Skip to content

Commit

Permalink
chore: update controller-gen
Browse files Browse the repository at this point in the history
Update for Go 1.23 - see kubernetes-sigs/controller-tools#880
  • Loading branch information
0x0013 committed Nov 26, 2024
1 parent 85d2916 commit e6ce22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ manifests: generate
# See https://github.com/kubernetes-sigs/controller-runtime/tree/main/tools/setup-envtest
install-tools:
go install github.com/onsi/ginkgo/[email protected]
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10.0
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
go install sigs.k8s.io/controller-runtime/tools/[email protected]

install-tools-homebrew:
Expand Down

0 comments on commit e6ce22c

Please sign in to comment.