Skip to content

Commit

Permalink
Merge pull request #2011 from vmware-tanzu/update_toolchain
Browse files Browse the repository at this point in the history
update Go toolchain directives to match current version of Go
  • Loading branch information
cfryanr authored Jul 12, 2024
2 parents dd80627 + decf1cf commit a8ccdbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generated/1.30/apis/go.mod

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

2 changes: 1 addition & 1 deletion generated/1.30/client/go.mod

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.pinniped.dev

go 1.22.0

toolchain go1.22.4
toolchain go1.22.5

// This version taken from https://github.com/kubernetes/apiserver/blob/v0.30.0/go.mod#L14 to avoid compile failures.
replace github.com/google/cel-go => github.com/google/cel-go v0.17.8
Expand Down
2 changes: 1 addition & 1 deletion hack/update-go-mod/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module go.pinniped.dev/update-go-mod

go 1.22.0

toolchain go1.22.2
toolchain go1.22.5

require golang.org/x/mod v0.18.0

0 comments on commit a8ccdbc

Please sign in to comment.