Skip to content

Commit

Permalink
fix: (temporarily) use a fixed version of envtest due to Go version m…
Browse files Browse the repository at this point in the history
…ismatches in the latest version (#735)
  • Loading branch information
michaelawyu authored Mar 25, 2024
1 parent 200f939 commit 7c7f650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GOLANGCI_LINT := $(abspath $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT
# ENVTEST_K8S_VERSION refers to the version of k8s binary assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.28.0
# ENVTEST_VER is the version of the ENVTEST binary
ENVTEST_VER = latest
ENVTEST_VER = v0.0.0-20240317073005-bd9ea79e8d18
ENVTEST_BIN := setup-envtest
ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(ENVTEST_BIN)-$(ENVTEST_VER))

Expand Down

0 comments on commit 7c7f650

Please sign in to comment.