Skip to content

Commit

Permalink
Try setting go version for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Apr 10, 2022
1 parent 94e3a1e commit 89bbf3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
fetch-depth: 0
- name: Fetch tags
run: git fetch --force --tags
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 89bbf3e

Please sign in to comment.