mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: Updated Go version to v1.23.1 to address CVE-2024-34156 (#11112)
Signed-off-by: Pradeep Lakshmi Narasimha <pradeep.vaishnav4@gmail.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
02c475ea58
commit
ea9028fe94
2 changed files with 2 additions and 2 deletions
2
.github/actions/setup-build-env/action.yaml
vendored
2
.github/actions/setup-build-env/action.yaml
vendored
|
@ -29,7 +29,7 @@ runs:
|
|||
git fetch --prune --unshallow
|
||||
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
||||
with:
|
||||
go-version: ~1.22.4
|
||||
go-version: ~1.23.1
|
||||
- shell: bash
|
||||
run: |
|
||||
go mod download
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/kyverno/kyverno
|
||||
|
||||
go 1.22.6
|
||||
go 1.22.7
|
||||
|
||||
require (
|
||||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
|
||||
|
|
Loading…
Reference in a new issue