Skip to content

Commit 7c7f650

Browse files
authored
fix: (temporarily) use a fixed version of envtest due to Go version mismatches in the latest version (#735)
1 parent 200f939 commit 7c7f650

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
@@ -46,7 +46,7 @@ GOLANGCI_LINT := $(abspath $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT
4646
# ENVTEST_K8S_VERSION refers to the version of k8s binary assets to be downloaded by envtest binary.
4747
ENVTEST_K8S_VERSION = 1.28.0
4848
# ENVTEST_VER is the version of the ENVTEST binary
49-
ENVTEST_VER = latest
49+
ENVTEST_VER = v0.0.0-20240317073005-bd9ea79e8d18
5050
ENVTEST_BIN := setup-envtest
5151
ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(ENVTEST_BIN)-$(ENVTEST_VER))
5252

0 commit comments

Comments
 (0)