Skip to content

Commit

Permalink
Merge branch 'release-1.12' into release-1-12-6-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting authored Sep 16, 2024
2 parents f5ccc2c + 34f0dc3 commit babf060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-build-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
git fetch --prune --unshallow
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version: ~1.21.3
go-version: ~1.22.7
- shell: bash
run: |
go mod download
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyverno/kyverno

go 1.21.4
go 1.22.7

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
Expand Down
Loading

0 comments on commit babf060

Please sign in to comment.