Skip to content

Commit

Permalink
Update controller-gen version to 0.14.0
Browse files Browse the repository at this point in the history
Go1.22 broke controller-gen version 0.8.0 through 0.13.0.
  • Loading branch information
thunderboltsid committed Mar 13, 2024
1 parent d0ec5c3 commit ca2c9a3
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 414 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ SETUP_ENVTEST_BIN := setup-envtest
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST_VER))
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest

CONTROLLER_GEN_VER := v0.8.0
CONTROLLER_GEN_VER := v0.14.0
CONTROLLER_GEN_BIN := controller-gen
CONTROLLER_GEN := $(abspath $(TOOLS_BIN_DIR)/$(CONTROLLER_GEN_BIN)-$(CONTROLLER_GEN_VER))
CONTROLLER_GEN_PKG := sigs.k8s.io/controller-tools/cmd/controller-gen
Expand Down
Loading

0 comments on commit ca2c9a3

Please sign in to comment.