Skip to content

Commit

Permalink
setup-go for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHood committed Apr 6, 2022
1 parent 517c618 commit c32fa9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: WillAbides/setup-go-faster@v1.7.0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
Expand Down

0 comments on commit c32fa9c

Please sign in to comment.