Skip to content

Commit 1d393d4

Browse files
authored
Merge pull request #2205 from hzeller/master
Update bant version to be used in CI
2 parents 73f291d + 7df2b07 commit 1d393d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verible-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Get Bant
156156
run: |
157157
# TODO: provide this as action where we simply say with version=...
158-
VERSION="v0.1.3"
158+
VERSION="v0.1.5"
159159
STATIC_VERSION="bant-${VERSION}-linux-static-x86_64"
160160
wget "https://github.com/hzeller/bant/releases/download/${VERSION}/${STATIC_VERSION}.tar.gz"
161161
tar xvzf "${STATIC_VERSION}.tar.gz"

0 commit comments

Comments
 (0)