Skip to content

Commit

Permalink
Merge pull request #1248 from damdo/bump-setup-envtest
Browse files Browse the repository at this point in the history
Bump setup-envtest to use new controller-tools binaries
  • Loading branch information
k8s-ci-robot authored May 30, 2024
2 parents af094b4 + d031548 commit 90b1335
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 @@ -98,7 +98,7 @@ KUBECTL := $(TOOLS_BIN_DIR)/$(KUBECTL_BIN)-$(KUBECTL_VER)

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

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

Expand Down

0 comments on commit 90b1335

Please sign in to comment.