We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20e4e6b + ae5b524 commit 7a4c0c1Copy full SHA for 7a4c0c1
Makefile
@@ -88,7 +88,7 @@ $(GOVERALLS): | $(BIN_DIR); $(info building goveralls...)
88
$(call go-install-tool,$(GOVERALLS),github.com/mattn/goveralls@$(GOVERALLS_VERSION)
89
90
ENVTEST := $(BIN_DIR)/setup-envtest
91
-ENVTEST_VERSION := latest
+ENVTEST_VERSION := release-0.21
92
ENVTEST_K8S_VERSION := 1.30.0
93
.PHONY: envtest
94
envtest: $(ENVTEST) ## Download envtest if necessary
0 commit comments