Skip to content

Commit

Permalink
Use go 1.20 for goreleaser in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sas1024 committed Feb 20, 2024
1 parent 7b2aecc commit 1b12b28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20.x'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 1b12b28

Please sign in to comment.