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 1918598 commit f460fdaCopy full SHA for f460fda
ray-operator/Makefile
@@ -156,7 +156,7 @@ kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
156
ENVTEST = $(LOCALBIN)/setup-envtest
157
$(ENVTEST): $(LOCALBIN)
158
envtest: $(ENVTEST) ## Download envtest locally if necessary.
159
- test -s $(ENVTEST) || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
+ test -s $(ENVTEST) || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240201105228-4000e996a202
160
161
GOFUMPT = $(LOCALBIN)/gofumpt
162
$(GOFUMPT): $(LOCALBIN)
0 commit comments