From 0b3de093e65a3b2a8d1d03a5cea28b3e455908a5 Mon Sep 17 00:00:00 2001 From: Bychkov Date: Thu, 12 Oct 2023 14:21:16 +0300 Subject: [PATCH] hot fix: upgraded go version of CI job to run tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f384d360f..17942f8d9 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@1.18 .PHONY: cert-deploy cert-deploy: ## Deploy cert-manager