Skip to content

Commit

Permalink
Use latest bant in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Jun 19, 2024
1 parent 92de8cd commit ef71f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Get Bant
run: |
# TODO: provide this as action where we simply say with version=...
VERSION="v0.1.4"
VERSION="v0.1.5"
STATIC_VERSION="bant-${VERSION}-linux-static-x86_64"
wget "https://github.com/hzeller/bant/releases/download/${VERSION}/${STATIC_VERSION}.tar.gz"
tar xvzf "${STATIC_VERSION}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ need for it).

```
$ bazel-bin/bant/bant -h
bant v0.1.4 <http://bant.build/>
bant v0.1.5 <http://bant.build/>
Copyright (c) 2024 Henner Zeller. This program is free software; license GPL 2.0.
Usage: bazel-bin/bant/bant [options] <command> [bazel-target-pattern]
Options
Expand Down

0 comments on commit ef71f17

Please sign in to comment.