Skip to content

Commit e51b90e

Browse files
committed
INS-1303: fix CVE-2025-47907
1 parent 4de082b commit e51b90e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

121121
test:
122122
docker:
123-
- image: cimg/go:1.24.4
123+
- image: cimg/go:1.24.6
124124
steps:
125125
- checkout
126126
- *set_environment_variables
@@ -136,7 +136,7 @@ jobs:
136136
# The goreleaser image tag determins the version of Go.
137137
# Manually check goreleaser images for their version of Go.
138138
# Ref: https://hub.docker.com/r/goreleaser/goreleaser/tags
139-
- image: goreleaser/goreleaser:v2.10.2
139+
- image: goreleaser/goreleaser:v2.12-nightly
140140
steps:
141141
- checkout
142142
- setup_remote_docker

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fairwindsops/polaris
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/fairwindsops/controller-utils v0.3.4

0 commit comments

Comments
 (0)