Skip to content

Commit

Permalink
Install go-bindata on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Jul 19, 2022
1 parent 883ad00 commit e769c4b
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 124 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
go-version: 1.18

- name: Install go-bindata
shell: bash
run: |
curl --silent --location --output /usr/local/bin/go-bindata https://github.com/kevinburke/go-bindata/releases/download/v3.23.0/go-bindata-linux-amd64
chmod 755 /usr/local/bin/go-bindata
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
Loading

0 comments on commit e769c4b

Please sign in to comment.