Skip to content

Commit 52e1547

Browse files
authored
Merge pull request #2093 from chrischdi/pr-bump-setup-envtest
🌱 [CI] Bump setup-envtest
2 parents 9e55aa1 + fbbde72 commit 52e1547

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
@@ -77,7 +77,7 @@ KUSTOMIZE_BIN := kustomize
7777
KUSTOMIZE := $(abspath $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER))
7878
KUSTOMIZE_PKG := sigs.k8s.io/kustomize/kustomize/v4
7979

80-
SETUP_ENVTEST_VER := v0.0.0-20211110210527-619e6b92dab9
80+
SETUP_ENVTEST_VER := 116a1b831fffe7ccc3c8145306c3e1a3b1b14ffa # Note: this matches the commit ID of the dependent controller-runtime module.
8181
SETUP_ENVTEST_BIN := setup-envtest
8282
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/$(SETUP_ENVTEST_BIN)-$(SETUP_ENVTEST_VER))
8383
SETUP_ENVTEST_PKG := sigs.k8s.io/controller-runtime/tools/setup-envtest

0 commit comments

Comments
 (0)