Skip to content

Commit 0da12b3

Browse files
committed
chore: DO NOT MERGE - use crd_ref_docs_version latest
Signed-off-by: Pau Capdevila <[email protected]>
1 parent af15501 commit 0da12b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ addlicense := localbin / "addlicense" + "-" + addlicense_version
6262
[ -f {{addlicense}} ] || just _goinstall "github.com/google/addlicense" {{addlicense_version}} "addlicense" {{addlicense}}
6363

6464
# crd-ref-docs
65-
crd_ref_docs_version := "v0.1.0"
65+
crd_ref_docs_version := "latest"
6666
crd_ref_docs := localbin / "crd-ref-docs" + "-" + crd_ref_docs_version
6767
@_crd_ref_docs: _localbin
6868
[ -f {{crd_ref_docs}} ] || just _goinstall "github.com/elastic/crd-ref-docs" {{crd_ref_docs_version}} "crd-ref-docs" {{crd_ref_docs}}

0 commit comments

Comments
 (0)