From 273272aede875ad6e3cbd725f1a7b459a6a009e2 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:33:29 +0000 Subject: [PATCH] fix: Updated Go version to v1.23.1 to address CVE-2024-34156 (#11112) (#11141) Signed-off-by: Pradeep Lakshmi Narasimha Co-authored-by: Pradeep Lakshmi Narasimha Co-authored-by: shuting --- .github/actions/setup-build-env/action.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-build-env/action.yaml b/.github/actions/setup-build-env/action.yaml index 0e044adbb6..39fd58570c 100644 --- a/.github/actions/setup-build-env/action.yaml +++ b/.github/actions/setup-build-env/action.yaml @@ -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 diff --git a/go.mod b/go.mod index c29000a7f7..4e7d3aa5b8 100644 --- a/go.mod +++ b/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