Skip to content

Commit a15d321

Browse files
authored
INS-1304: fix CVE-2025-47907 (#389)
1 parent 2d63253 commit a15d321

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ references:
1818
jobs:
1919
test:
2020
docker:
21-
- image: cimg/go:1.24.4
21+
- image: cimg/go:1.24.6
2222
steps:
2323
- checkout
2424
- run:
@@ -43,7 +43,7 @@ jobs:
4343
working_directory: /go/src/github.com/fairwindsops/nova
4444
resource_class: large
4545
docker:
46-
- image: goreleaser/goreleaser:v2.10.2
46+
- image: goreleaser/goreleaser:v2.12.0-nightly
4747
steps:
4848
- checkout
4949
- setup_remote_docker
@@ -56,7 +56,7 @@ jobs:
5656
resource_class: large
5757
shell: /bin/bash
5858
docker:
59-
- image: goreleaser/goreleaser:v2.10.2
59+
- image: goreleaser/goreleaser:v2.12.0-nightly
6060
steps:
6161
- checkout
6262
- 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/nova
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/Masterminds/semver/v3 v3.4.0

0 commit comments

Comments
 (0)