Skip to content

build(deps): bump k8s.io/apimachinery from 0.29.3 to 0.31.1 #372

build(deps): bump k8s.io/apimachinery from 0.29.3 to 0.31.1

build(deps): bump k8s.io/apimachinery from 0.29.3 to 0.31.1 #372

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/[email protected]
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