Skip to content

Commit 0e38927

Browse files
committed
Use latest envtest rather than something 2023 ...
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent b6bf2a0 commit 0e38927

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ $(ENVSUBST): # Build envsubst from tools folder.
113113
SETUP_ENVTEST := $(abspath $(TOOLS_BIN_DIR)/setup-envtest)
114114
setup-envtest: $(SETUP_ENVTEST) ## Build a local copy of setup-envtest
115115
$(SETUP_ENVTEST): # Build setup-envtest from tools folder.
116-
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20230620070423-a784ee78d04b
116+
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
117117

118118
CTLPTL := $(abspath $(TOOLS_BIN_DIR)/ctlptl)
119119
ctlptl: $(CTLPTL) ## Build a local copy of ctlptl

0 commit comments

Comments
 (0)