From ec1ba2f2db4da640809bc9f1df75fe07ae2b001f Mon Sep 17 00:00:00 2001 From: jdesouza Date: Mon, 18 Aug 2025 13:01:19 -0300 Subject: [PATCH] INS-1303: fix CVE-2025-47907 (#1141) * Revert "Revert "INS-1303: fix CVE-2025-47907"" This reverts commit 39fb27c6ddde1fa5549a11c610e2dbc25cfcaa3c. * INS-1303: fix CVE-2025-47907 --- .circleci/config.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61a820e5..9ac55662 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,7 +120,7 @@ jobs: test: docker: - - image: cimg/go:1.24.4 + - image: cimg/go:1.24.6 steps: - checkout - *set_environment_variables @@ -136,7 +136,7 @@ jobs: # The goreleaser image tag determins the version of Go. # Manually check goreleaser images for their version of Go. # Ref: https://hub.docker.com/r/goreleaser/goreleaser/tags - - image: goreleaser/goreleaser:v2.10.2 + - image: goreleaser/goreleaser:v2.12.0-nightly steps: - checkout - setup_remote_docker diff --git a/go.mod b/go.mod index dff99fbf..de183918 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/fairwindsops/polaris -go 1.24.4 +go 1.24.6 require ( github.com/fairwindsops/controller-utils v0.3.4