Skip to content

Commit

Permalink
tooling: Bump go version in go.mod
Browse files Browse the repository at this point in the history
This should now be the canonical place to specify the desired go
version.

golang 1.21 builders now set GOTOOLCHAIN=local to prevent
auto-downloading also.
  • Loading branch information
justinsb committed Oct 24, 2023
1 parent 6fc6242 commit 6fc6371
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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/GoogleCloudPlatform/k8s-config-connector

go 1.19
go 1.21.3

replace github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp => ./mockgcp

Expand Down
9 changes: 9 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mockgcp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/GoogleCloudPlatform/k8s-config-connector/mockgcp

go 1.19
go 1.21.3

require (
cloud.google.com/go/iam v1.1.1
Expand Down

0 comments on commit 6fc6371

Please sign in to comment.