Skip to content

Commit

Permalink
Upgrade to Go 1.22.4 to fix security vulnerability (#1631)
Browse files Browse the repository at this point in the history
* Upgrade to Go 1.22.4 to fix security vulnerability

Signed-off-by: jose.vazquez <[email protected]>

* Upgrade tools as well

Signed-off-by: jose.vazquez <[email protected]>

---------

Signed-off-by: jose.vazquez <[email protected]>
  • Loading branch information
josvazg authored Jun 5, 2024
1 parent 41d1934 commit 9630f80
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .licenses-gomod.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
100644 56ef1577038b01bc456601ea415f8f3045c37372 go.mod
100644 d1b928b16cf8fd5161be81b3d3e485089ad16f95 go.mod
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/mongodb/mongodb-atlas-kubernetes/v2

go 1.22.0

toolchain go1.22.3
toolchain go1.22.4

require (
cloud.google.com/go/kms v1.17.1
Expand Down
2 changes: 2 additions & 0 deletions test/app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/mongodb/mongodb-atlas-kubernetes/test/app

go 1.22.1

toolchain go1.22.4

require (
github.com/gorilla/mux v1.8.0
go.mongodb.org/mongo-driver v1.11.4
Expand Down
2 changes: 2 additions & 0 deletions tools/clean/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module tools/clean

go 1.22.1

toolchain go1.22.4

require (
cloud.google.com/go/compute v1.23.0
cloud.google.com/go/kms v1.15.2
Expand Down
2 changes: 2 additions & 0 deletions tools/makejwt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module tools/makejwt

go 1.22.1

toolchain go1.22.4

require github.com/golang-jwt/jwt v3.2.2+incompatible
2 changes: 2 additions & 0 deletions tools/metrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module tools/metrics

go 1.22.1

toolchain go1.22.4

require (
github.com/google/go-github/v57 v57.0.0
github.com/stretchr/testify v1.8.4
Expand Down

0 comments on commit 9630f80

Please sign in to comment.