Skip to content

Commit

Permalink
updating go version and controller-gen version (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash97 committed Sep 10, 2024
1 parent 2380bab commit 93107eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21
1.22.5
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/aws/amazon-vpc-resource-controller-k8s

go 1.21
go 1.22.5

require (
github.com/aws/amazon-vpc-cni-k8s v1.18.1
Expand Down
2 changes: 1 addition & 1 deletion hack/toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ main() {

tools() {
go install sigs.k8s.io/controller-runtime/tools/[email protected]
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.9.0
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
go install github.com/google/ko@latest

if ! echo "$PATH" | grep -q "${GOPATH:-undefined}/bin\|$HOME/go/bin"; then
Expand Down

0 comments on commit 93107eb

Please sign in to comment.