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 23a576b commit b74b754Copy full SHA for b74b754
Makefile
@@ -161,7 +161,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
161
.PHONY: envtest
162
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
163
$(ENVTEST): $(LOCALBIN)
164
- 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.14
165
166
.PHONY: kubectl-slice
167
kubectl-slice: ## Download kubectl-slice locally if necessary.
0 commit comments