chore(k222): release 3.2.0 #3581
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Verify release workflow updates | |
on: [pull_request] | |
jobs: | |
check-release-changes: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: setup go | |
uses: actions/setup-go@v5 | |
with: | |
go-version: '1.23.1' | |
- name: setup jsonnet | |
run: | | |
go install github.com/google/go-jsonnet/cmd/[email protected] | |
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] | |
- name: Check that the release workflows have been updated properly | |
run: | | |
make BUILD_IN_CONTAINER=false release-workflows-check |