Skip to content

Commit 9630f80

Browse files
authored
Upgrade to Go 1.22.4 to fix security vulnerability (#1631)
* 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]>
1 parent 41d1934 commit 9630f80

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

.licenses-gomod.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
100644 56ef1577038b01bc456601ea415f8f3045c37372 go.mod
1+
100644 d1b928b16cf8fd5161be81b3d3e485089ad16f95 go.mod

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/mongodb/mongodb-atlas-kubernetes/v2
22

33
go 1.22.0
44

5-
toolchain go1.22.3
5+
toolchain go1.22.4
66

77
require (
88
cloud.google.com/go/kms v1.17.1

test/app/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/mongodb/mongodb-atlas-kubernetes/test/app
22

33
go 1.22.1
44

5+
toolchain go1.22.4
6+
57
require (
68
github.com/gorilla/mux v1.8.0
79
go.mongodb.org/mongo-driver v1.11.4

tools/clean/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module tools/clean
22

33
go 1.22.1
44

5+
toolchain go1.22.4
6+
57
require (
68
cloud.google.com/go/compute v1.23.0
79
cloud.google.com/go/kms v1.15.2

tools/makejwt/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module tools/makejwt
22

33
go 1.22.1
44

5+
toolchain go1.22.4
6+
57
require github.com/golang-jwt/jwt v3.2.2+incompatible

tools/metrics/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module tools/metrics
22

33
go 1.22.1
44

5+
toolchain go1.22.4
6+
57
require (
68
github.com/google/go-github/v57 v57.0.0
79
github.com/stretchr/testify v1.8.4

0 commit comments

Comments
 (0)