Skip to content

Commit

Permalink
updating controller-gen to v1.14.0 Issue kubernetes-sigs/controller-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
yash97 committed Aug 28, 2024
1 parent ab0b99e commit 05c274b
Showing 1 changed file with 1 addition and 1 deletion.
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.13.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 05c274b

Please sign in to comment.