Skip to content

Commit

Permalink
fix release workflow (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman authored Aug 16, 2023
1 parent 44181f8 commit fe83cab
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 @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
goversion: 1.21
goversion: 1.21.0 # needs the patch specified
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
Expand Down

0 comments on commit fe83cab

Please sign in to comment.