Skip to content

Commit 350c80f

Browse files
committed
update controller-tools
Signed-off-by: Jan Schoone <[email protected]>
1 parent 98ef78a commit 350c80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ CTLPTL_VERSION := 0.8.25
9191
# need in CI for releasing
9292
CONTROLLER_GEN := $(abspath $(TOOLS_BIN_DIR)/controller-gen)
9393
$(CONTROLLER_GEN): # Build controller-gen from tools folder.
94-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.2
94+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.19.0
9595

9696
# need this in CI for releasing
9797
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/kustomize)

0 commit comments

Comments
 (0)