Skip to content

Commit ae5b524

Browse files
committed
fix: pin setup-envtest version
Latest setup-envtest requires go 1.25 go: downloading sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20251020210837-fb2beabd029b go: sigs.k8s.io/controller-runtime/tools/setup-envtest@latest: sigs.k8s.io/controller-runtime/tools/[email protected] requires go >= 1.25.0 (running go 1.24.7; GOTOOLCHAIN=local) Signed-off-by: Fred Rolland <[email protected]>
1 parent 20e4e6b commit ae5b524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $(GOVERALLS): | $(BIN_DIR); $(info building goveralls...)
8888
$(call go-install-tool,$(GOVERALLS),github.com/mattn/goveralls@$(GOVERALLS_VERSION)
8989

9090
ENVTEST := $(BIN_DIR)/setup-envtest
91-
ENVTEST_VERSION := latest
91+
ENVTEST_VERSION := release-0.21
9292
ENVTEST_K8S_VERSION := 1.30.0
9393
.PHONY: envtest
9494
envtest: $(ENVTEST) ## Download envtest if necessary

0 commit comments

Comments
 (0)