Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#965 from justinsb/go_mod_toolc…
Browse files Browse the repository at this point in the history
…hain

tooling: Bump go version in go.mod
  • Loading branch information
google-oss-prow[bot] authored Oct 24, 2023
2 parents 6fc6242 + 6fc6371 commit dc4cef1
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 dc4cef1

Please sign in to comment.