Skip to content

Commit bebd035

Browse files
authored
INS-1302: fix CVE-2025-47907 (#578)
* Fixing vulnerability * FIxes * FIxes * FIxes * FIxes
1 parent 3c7c1cf commit bebd035

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ orbs:
88
executors:
99
golang-exec:
1010
docker:
11-
- image: cimg/go:1.24.4
11+
- image: cimg/go:1.24.6
1212

1313
references:
1414
e2e_config: &e2e_config
@@ -48,7 +48,7 @@ jobs:
4848
test:
4949
working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
5050
docker:
51-
- image: cimg/go:1.24.4
51+
- image: cimg/go:1.24.6
5252
steps:
5353
- checkout
5454
- run: go mod download && go mod verify
@@ -58,7 +58,7 @@ jobs:
5858
resource_class: large
5959
shell: /bin/bash
6060
docker:
61-
- image: goreleaser/goreleaser:v2.10.2
61+
- image: goreleaser/goreleaser:v2.12-0-nightly
6262
environment:
6363
GO111MODULE: "on"
6464
steps:
@@ -79,7 +79,7 @@ jobs:
7979
working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
8080
resource_class: large
8181
docker:
82-
- image: goreleaser/goreleaser:v2.10.2
82+
- image: goreleaser/goreleaser:v2.12.0-nightly
8383
steps:
8484
- checkout
8585
- 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/pluto/v5
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/olekukonko/tablewriter v1.0.8

0 commit comments

Comments
 (0)