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 dfb3f5d commit c65a65bCopy full SHA for c65a65b
opensearch-operator/Makefile
@@ -139,4 +139,4 @@ $(MOCKERY): $(LOCALBIN)
139
.PHONY: envtest
140
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.
141
$(ENVTEST): $(LOCALBIN)
142
- 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