Skip to content

Commit

Permalink
Merge pull request #2118 from justinsb/go_1_22_for_now
Browse files Browse the repository at this point in the history
controllerbuilder: use go 1.22
  • Loading branch information
google-oss-prow[bot] committed Jun 22, 2024
2 parents 459b8cf + 6b80cff commit b73f118
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/tools/controllerbuilder/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/GoogleCloudPlatform/k8s-config-connector/dev/tools/controllerbuilder

go 1.23
go 1.22

toolchain go1.22.4

require (
github.com/fatih/color v1.17.0
Expand Down

0 comments on commit b73f118

Please sign in to comment.