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 a5d2738 commit c92983cCopy full SHA for c92983c
Makefile
@@ -237,7 +237,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
237
.PHONY: envtest
238
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
239
$(ENVTEST): $(LOCALBIN)
240
- 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
241
242
.PHONY: ginkgo
243
ginkgo: $(GINKGO) ## Download ginkgo locally if necessary.
0 commit comments