Skip to content

Commit

Permalink
INSIGHTS-374 Pluto: bump go to 1.22.7 (#553)
Browse files Browse the repository at this point in the history
* Fixing vulns

* Fixing vulns
  • Loading branch information
jdesouza authored Sep 24, 2024
1 parent 5fb0a80 commit bed05e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
resource_class: large
shell: /bin/bash
docker:
- image: goreleaser/goreleaser:v2.2.0
- image: goreleaser/goreleaser:v2.3.2
environment:
GO111MODULE: "on"
steps:
Expand All @@ -79,7 +79,7 @@ jobs:
working_directory: /home/circleci/go/src/github.com/fairwindsops/pluto
resource_class: large
docker:
- image: goreleaser/goreleaser:v2.2.0
- image: goreleaser/goreleaser:v2.3.2
steps:
- checkout
- setup_remote_docker
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fairwindsops/pluto/v5

go 1.22.6
go 1.22.7

require (
github.com/olekukonko/tablewriter v0.0.5
Expand Down

0 comments on commit bed05e3

Please sign in to comment.