From eb5929a8ef2b49b00dd4f87adb14898ced2ab6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20L=C3=B6nnegren?= Date: Thu, 30 Apr 2026 15:17:38 +0200 Subject: [PATCH] Fix unit-tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old envtest version tries to download tools that do not exist, upgrade to v0.0.0-20250520071515-71f7db556ca5 instead. Signed-off-by: Fredrik Lönnegren --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99b34aee5..027b493f0 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ GINKGO_VER := $(shell go list -m github.com/onsi/ginkgo/v2 | awk '{print $$2}') GINKGO := $(ABS_TOOLS_DIR)/ginkgo-$(GINKGO_VER) GINKGO_PKG := github.com/onsi/ginkgo/v2/ginkgo -SETUP_ENVTEST_VER := v0.0.0-20240213082838-4282ca1767dc +SETUP_ENVTEST_VER := v0.0.0-20250520071515-71f7db556ca5 SETUP_ENVTEST := $(ABS_TOOLS_DIR)/setup-envtest-$(SETUP_ENVTEST_VER) SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest