Skip to content

Commit

Permalink
fix: use actions/setup-go in assets.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag committed Mar 9, 2022
1 parent 56b0f5f commit 6b86d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
fetch-depth: 1

- uses: actions/setup-go@v2
with:
go-version: '1.17'

- name: Build release assets
run: make release

Expand Down

0 comments on commit 6b86d03

Please sign in to comment.