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 5124bc8 commit f3630b4Copy full SHA for f3630b4
Makefile
@@ -225,7 +225,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
225
.PHONY: envtest
226
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
227
$(ENVTEST): $(LOCALBIN)
228
- 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@c7e1dc9b
229
230
.PHONY: ginkgo
231
ginkgo: $(GINKGO) ## Download ginkgo locally if necessary.
0 commit comments