We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7cfd0 commit d80bab0Copy full SHA for d80bab0
Makefile
@@ -25,4 +25,4 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
25
.PHONY: envtest
26
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
27
$(ENVTEST): $(LOCALBIN)
28
- test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
+ test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.16
0 commit comments