Skip to content

Commit

Permalink
fix: correct go-releaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 20, 2021
1 parent 7b344ae commit 7a25c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.17"
- uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit 7a25c89

Please sign in to comment.