We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ef78a commit 350c80fCopy full SHA for 350c80f
Makefile
@@ -91,7 +91,7 @@ CTLPTL_VERSION := 0.8.25
91
# need in CI for releasing
92
CONTROLLER_GEN := $(abspath $(TOOLS_BIN_DIR)/controller-gen)
93
$(CONTROLLER_GEN): # Build controller-gen from tools folder.
94
- go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.2
+ go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.19.0
95
96
# need this in CI for releasing
97
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/kustomize)
0 commit comments