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 475997c commit fefd0f0Copy full SHA for fefd0f0
Makefile
@@ -340,7 +340,7 @@ $(CRD_MARKDOWN): $(LOCALBIN)
340
.PHONY: envtest
341
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
342
$(ENVTEST): $(LOCALBIN)
343
- 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.22
344
345
.PHONY: ginkgo
346
ginkgo: $(GINKGO) ## Download ginkgo locally if necessary.
0 commit comments