Skip to content

Commit d031548

Browse files
committed
bump: setup-envtest
This is a commit from CR main (22.05.2024). Intentionally using a commit from main to use a setup-envtest version that uses binaries from controller-tools, not GCS. CR PR: kubernetes-sigs/controller-runtime#2811
1 parent 5def5da commit d031548

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
@@ -98,7 +98,7 @@ KUBECTL := $(TOOLS_BIN_DIR)/$(KUBECTL_BIN)-$(KUBECTL_VER)
9898

9999
TIMEOUT := $(shell command -v timeout || command -v gtimeout)
100100

101-
SETUP_ENVTEST_VER := v0.0.0-20211110210527-619e6b92dab9
101+
SETUP_ENVTEST_VER := v0.0.0-20240522175850-2e9781e9fc60
102102
SETUP_ENVTEST_BIN := setup-envtest
103103
SETUP_ENVTEST := $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)
104104

0 commit comments

Comments
 (0)