Skip to content

Commit 90b1335

Browse files
authored
Merge pull request #1248 from damdo/bump-setup-envtest
Bump setup-envtest to use new controller-tools binaries
2 parents af094b4 + d031548 commit 90b1335

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)