From 6173b342e5116d0d46e14211fb05d7465db9e18b Mon Sep 17 00:00:00 2001 From: Bychkov Date: Thu, 12 Oct 2023 14:21:16 +0300 Subject: [PATCH] hotfix: Fixed version of setup-envtest tool until project upgrade --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f384d360f..49f81dad1 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ $(CONTROLLER_GEN): $(LOCALBIN) .PHONY: envtest envtest: $(ENVTEST) ## Download envtest-setup locally if necessary. $(ENVTEST): $(LOCALBIN) - test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest + test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20231005234617-5771399a8ce5 .PHONY: cert-deploy cert-deploy: ## Deploy cert-manager