1
0
Fork 0
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:
Pradeep Lakshmi Narasimha 2024-09-13 17:06:31 +05:30 committed by GitHub
parent 02c475ea58
commit ea9028fe94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -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