Skip to content

Commit 8b28549

Browse files
committed
Regress go to 1.25 for testing
1 parent cf39383 commit 8b28549

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

go.mod

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

3-
go 1.26.2
3+
go 1.25.9
44

55
require (
66
cloud.google.com/go/kms v1.29.0

test/app/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mongodb/mongodb-atlas-kubernetes/test/app
22

3-
go 1.26.2
3+
go 1.25.9
44

55
require (
66
github.com/gorilla/mux v1.8.0

tools/clean/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools/clean
22

3-
go 1.26.2
3+
go 1.25.9
44

55
require (
66
cloud.google.com/go/compute v1.60.0

tools/githubjobs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools/githubjobs
22

3-
go 1.26.2
3+
go 1.25.9
44

55
require (
66
github.com/google/go-github/v57 v57.0.0

tools/makejwt/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module tools/makejwt
22

3-
go 1.26.2
3+
go 1.25.9
44

55
require github.com/golang-jwt/jwt/v5 v5.3.1

tools/openapi2crd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mongodb/mongodb-atlas-kubernetes/tools/openapi2crd
22

3-
go 1.26.2
3+
go 1.25.9
44

55
tool (
66
github.com/daixiang0/gci

tools/openapi2crd/hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/kind/hack/tools
22

3-
go 1.26.2
3+
go 1.25.9
44

55
require (
66
github.com/golangci/golangci-lint v1.64.8

tools/scaffolder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mongodb/mongodb-atlas-kubernetes/tools/scaffolder
22

3-
go 1.26.2
3+
go 1.25.9
44

55
// replace github.com/josvazg/crd2go => ../crd2go
66

tools/scandeprecation/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tools/scandeprecations
22

3-
go 1.26.2
3+
go 1.25.9
44

55
require go.uber.org/zap v1.27.0
66

tools/toolbox/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module toolbox
22

3-
go 1.26.2
3+
go 1.25.9
44

55
tool (
66
fybrik.io/crdoc

0 commit comments

Comments
 (0)