Skip to content

build(deps): bump golang from 1.21.6-alpine to 1.22.0-alpine #125

build(deps): bump golang from 1.21.6-alpine to 1.22.0-alpine

build(deps): bump golang from 1.21.6-alpine to 1.22.0-alpine #125

Workflow file for this run

name: generate
on:
push:
branches:
- main
paths:
- examples/**
pull_request:
jobs:
jsonnet:
runs-on: ubuntu-latest
name: Generate Jsonnet examples
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: zendesk/setup-jsonnet@v11
- run: go install github.com/brancz/gojsontoyaml@latest
- run: make --always-make examples && git diff --exit-code