Skip to content

Commit

Permalink
chore: fixed goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed May 30, 2022
1 parent 31914e9 commit 4de64b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: actions/setup-go@v2
with:
go-version: '1.16.5'
go-version: '1.18.2'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 4de64b9

Please sign in to comment.