mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
chore: bump to go 1.22.2 (#10001)
Signed-off-by: ShutingZhao <shuting@nirmata.com>
This commit is contained in:
parent
3ebd7d222c
commit
6416d8600e
3 changed files with 6 additions and 5 deletions
2
.github/actions/setup-build-env/action.yaml
vendored
2
.github/actions/setup-build-env/action.yaml
vendored
|
@ -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.2
|
||||
- shell: bash
|
||||
run: |
|
||||
go mod download
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/kyverno/kyverno
|
||||
|
||||
go 1.21.4
|
||||
go 1.22.2
|
||||
|
||||
require (
|
||||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue