From 6e7a45f50ff845368914a4d82538562421187d57 Mon Sep 17 00:00:00 2001 From: Daniel Fan Date: Thu, 23 May 2024 09:47:01 -0700 Subject: [PATCH] Rollback package setup-envtest due to issue https://github.com/kubernetes-sigs/controller-runtime/issues/2838 Signed-off-by: Daniel Fan --- common/Makefile.common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common.mk b/common/Makefile.common.mk index b7c20102..4574e06a 100644 --- a/common/Makefile.common.mk +++ b/common/Makefile.common.mk @@ -94,7 +94,7 @@ kind: ## Download kind locally if necessary. ENVTEST = $(shell pwd)/common/bin/setup-envtest setup-envtest: ## Download envtest-setup locally if necessary. - $(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest) + $(call go-get-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@7b4325d5a38dff0c7eb9a939d079950eafcc4f7e) FINDFILES=find . \( -path ./.git -o -path ./.github -o -path ./testcrds \) -prune -o -type f XARGS = xargs -0 ${XARGS_FLAGS}