Skip to content

Commit e64a9b6

Browse files
authored
[Cherry-pick][CI] Pin crd-ref-docs to v0.0.10 (#1988) (#2016)
1 parent e1b27d0 commit e64a9b6

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
@@ -167,7 +167,7 @@ CRD_REF_DOCS = $(LOCALBIN)/crd-ref-docs
167167
$(CRD_REF_DOCS): $(LOCALBIN)
168168
.PHONY: crd-ref-docs
169169
crd-ref-docs: $(CRD_REF_DOCS) ## Download crd-ref-docs locally if necessary.
170-
test -s $(CRD_REF_DOCS) || GOBIN=$(LOCALBIN) go install github.com/elastic/crd-ref-docs@latest
170+
test -s $(CRD_REF_DOCS) || GOBIN=$(LOCALBIN) go install github.com/elastic/crd-ref-docs@v0.0.10
171171

172172
.PHONY: clean
173173
clean:

0 commit comments

Comments
 (0)