Skip to content

Commit

Permalink
ci(goreleaser): use go.mod for go version (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Jan 21, 2024
1 parent 70d61fd commit 0806146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: git fetch -f -t
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v5
with:
args: release --rm-dist
Expand Down

0 comments on commit 0806146

Please sign in to comment.