From 07fc0e47f524320c410ef5c125b1f1bfaff9e250 Mon Sep 17 00:00:00 2001 From: Subhi Al Hasan Date: Wed, 28 Feb 2024 22:22:01 +0100 Subject: [PATCH] update controller tools to 0.14.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b127c5d3..8303c7cc 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions KUSTOMIZE_VERSION ?= v3.8.7 -CONTROLLER_TOOLS_VERSION ?= v0.8.0 +CONTROLLER_TOOLS_VERSION ?= v0.14.0 KIND_VERSION ?= v0.19.0 @@ -194,4 +194,4 @@ $(KUSTOMIZE): $(LOCALBIN) .PHONY: envtest envtest: $(ENVTEST) ## Download envtest-setup locally if necessary. $(ENVTEST): $(LOCALBIN) - GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest \ No newline at end of file + GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest