INS-1303: fix CVE-2025-47907 (#1141)

* Revert "Revert "INS-1303: fix CVE-2025-47907""

This reverts commit 39fb27c6dd.

* INS-1303: fix CVE-2025-47907
This commit is contained in:
jdesouza
2025-08-18 13:01:19 -03:00
committed by GitHub
parent 39fb27c6dd
commit ec1ba2f2db
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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