File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
291
291
# # Tool Versions
292
292
KUSTOMIZE_VERSION ?= v3.8.7
293
293
CONTROLLER_TOOLS_VERSION ?= v0.9.2
294
+ ENVTEST_VERSION ?= v0.0.0-20240531134648-6636df17d67b
294
295
295
296
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
296
297
.PHONY : kustomize
@@ -306,7 +307,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
306
307
.PHONY : envtest
307
308
envtest : $(ENVTEST ) # # Download envtest-setup locally if necessary.
308
309
$(ENVTEST ) : $(LOCALBIN )
309
- test -s $(LOCALBIN ) /setup-envtest || GOBIN=$(LOCALBIN ) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
310
+ test -s $(LOCALBIN ) /setup-envtest || GOBIN=$(LOCALBIN ) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@$( ENVTEST_VERSION )
310
311
311
312
# # --------------------------------------
312
313
# # Cleanup / Verification
You can’t perform that action at this time.
0 commit comments