Skip to content

Commit 97e7eca

Browse files
committed
bump also controller-gen
1 parent efa3212 commit 97e7eca

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
@@ -205,7 +205,7 @@ $(CONVERSION_GEN): ## Build conversion-gen from tools folder.
205205

206206
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
207207
controller-gen: ## Download controller-gen locally if necessary.
208-
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.2)
208+
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.20.0)
209209

210210
KUSTOMIZE = $(shell pwd)/bin/kustomize
211211
kustomize: ## Download kustomize locally if necessary.

0 commit comments

Comments
 (0)