Skip to content

Commit f460fda

Browse files
authored
[Cherry-pick][Hotfix][CI] Pin setup-envtest dep (#2038) (#2123)
1 parent 1918598 commit f460fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
156156
ENVTEST = $(LOCALBIN)/setup-envtest
157157
$(ENVTEST): $(LOCALBIN)
158158
envtest: $(ENVTEST) ## Download envtest locally if necessary.
159-
test -s $(ENVTEST) || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
159+
test -s $(ENVTEST) || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240201105228-4000e996a202
160160

161161
GOFUMPT = $(LOCALBIN)/gofumpt
162162
$(GOFUMPT): $(LOCALBIN)

0 commit comments

Comments
 (0)