From 2144ab5039f546a4c9527e6e4e4fb1824783ba58 Mon Sep 17 00:00:00 2001 From: Kishor Joshi Date: Fri, 30 Dec 2022 17:28:09 -0800 Subject: [PATCH] update controller-gen to v0.11.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f554fa17..7367fd170 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ ifeq (, $(shell which controller-gen)) CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\ cd $$CONTROLLER_GEN_TMP_DIR ;\ go mod init tmp ;\ - go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0 ;\ + go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.1 ;\ rm -rf $$CONTROLLER_GEN_TMP_DIR ;\ } CONTROLLER_GEN=$(GOBIN)/controller-gen