Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
with:
# keep in sync with hack/tools.just
version: v1.64.8
install-mode: goinstall

- name: Build all
run: |
Expand Down
2 changes: 1 addition & 1 deletion hack/tools.just
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ addlicense := localbin / "addlicense" + "-" + addlicense_version
[ -f {{addlicense}} ] || just _goinstall "github.com/google/addlicense" {{addlicense_version}} "addlicense" {{addlicense}}

# crd-ref-docs
crd_ref_docs_version := "v0.1.0"
crd_ref_docs_version := "latest"
crd_ref_docs := localbin / "crd-ref-docs" + "-" + crd_ref_docs_version
@_crd_ref_docs: _localbin
[ -f {{crd_ref_docs}} ] || just _goinstall "github.com/elastic/crd-ref-docs" {{crd_ref_docs_version}} "crd-ref-docs" {{crd_ref_docs}}
Expand Down
Loading