Skip to content

Commit

Permalink
Use correct Go version for doing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and losipiuk committed Mar 4, 2023
1 parent 2df27ad commit dd1bcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dd1bcf8

Please sign in to comment.