Skip to content

Commit

Permalink
chore: fixed goreleaser v2
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jun 22, 2021
1 parent e3249d1 commit 0c91102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16.5' # The Go version to download (if necessary) and use.
go-version: '1.16.5'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 0c91102

Please sign in to comment.