Skip to content

Commit

Permalink
Go toolchain version in github release workflow.
Browse files Browse the repository at this point in the history
As suggested by Peiman in his comment to PR.
  • Loading branch information
KacperPerschke committed Jan 8, 2024
1 parent c504ac7 commit 7e00e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: wangyoucao577/go-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goversion: 1.18
goversion: 1.21
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
release_tag: ${{ github.event.release.tag_name || github.event.inputs.tag }}
Expand Down

0 comments on commit 7e00e66

Please sign in to comment.