Skip to content

Commit

Permalink
hack: Update controller-gen to v0.14.0
Browse files Browse the repository at this point in the history
Golang v1.22 doesn't work well[1] with any controller-gen < v0.14.0.
Therefore update it to the latest.

[1] kubernetes-sigs/controller-tools#888 (comment)
Signed-off-by: Anoop C S <anoopcs@samba.org>
  • Loading branch information
anoopcs9 committed Apr 22, 2024
1 parent a1286a7 commit 8c398eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _install_kustomize() {
}

_install_controller_gen() {
_install_tool sigs.k8s.io/controller-tools/cmd/controller-gen@v0.6.2
_install_tool sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
}

_install_revive() {
Expand Down

0 comments on commit 8c398eb

Please sign in to comment.