Skip to content

Commit

Permalink
[Cherry-pick][Hotfix][CI] Pin setup-envtest dep (#2038) (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 authored May 7, 2024
1 parent 1918598 commit f460fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
ENVTEST = $(LOCALBIN)/setup-envtest
$(ENVTEST): $(LOCALBIN)
envtest: $(ENVTEST) ## Download envtest locally if necessary.
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

GOFUMPT = $(LOCALBIN)/gofumpt
$(GOFUMPT): $(LOCALBIN)
Expand Down

0 comments on commit f460fda

Please sign in to comment.