Skip to content

Commit

Permalink
Fix go releaser go version
Browse files Browse the repository at this point in the history
  • Loading branch information
sas1024 committed Nov 13, 2023
1 parent 407696f commit 61dbfef
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@v4
with:
go-version: '1.20.x'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 61dbfef

Please sign in to comment.