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.
1 parent 200f939 commit 7c7f650Copy full SHA for 7c7f650
Makefile
@@ -46,7 +46,7 @@ GOLANGCI_LINT := $(abspath $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT
46
# ENVTEST_K8S_VERSION refers to the version of k8s binary assets to be downloaded by envtest binary.
47
ENVTEST_K8S_VERSION = 1.28.0
48
# ENVTEST_VER is the version of the ENVTEST binary
49
-ENVTEST_VER = latest
+ENVTEST_VER = v0.0.0-20240317073005-bd9ea79e8d18
50
ENVTEST_BIN := setup-envtest
51
ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(ENVTEST_BIN)-$(ENVTEST_VER))
52
0 commit comments