Skip to content

Commit

Permalink
specify full version in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
roothorp committed Mar 13, 2024
1 parent 07fefcb commit 5504a83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/mongodb/mongodb-atlas-kubernetes/v2

go 1.22
go 1.22.1

require (
cloud.google.com/go/kms v1.15.7
Expand Down
2 changes: 1 addition & 1 deletion test/app/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mongodb/mongodb-atlas-kubernetes/test/app

go 1.22
go 1.22.1

require (
github.com/gorilla/mux v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion tools/clean/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tools/clean

go 1.22
go 1.22.1

toolchain go1.22.1

Expand Down

0 comments on commit 5504a83

Please sign in to comment.