Skip to content

Commit 93107eb

Browse files
committed
updating go version and controller-gen version (aws#464)
1 parent 2380bab commit 93107eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21
1+
1.22.5

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/amazon-vpc-resource-controller-k8s
22

3-
go 1.21
3+
go 1.22.5
44

55
require (
66
github.com/aws/amazon-vpc-cni-k8s v1.18.1

hack/toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ main() {
1111

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

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

0 commit comments

Comments
 (0)