Skip to content

Commit 1663a93

Browse files
committed
chore: bump setup-envtest to get access to newer kube versions
1 parent 041d3bd commit 1663a93

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

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

102-
SETUP_ENVTEST_VER := v0.0.0-20240522175850-2e9781e9fc60
102+
SETUP_ENVTEST_VER := v0.0.0-20250827153409-7085be7a745a
103103
SETUP_ENVTEST_BIN := setup-envtest
104104
SETUP_ENVTEST := $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)
105105

0 commit comments

Comments
 (0)