Skip to content

Commit

Permalink
fix: hardcode release action go version (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-rodrigues authored Jul 13, 2022
1 parent 8e71a3e commit e143905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
goversion: "1.18.3"
goversion: "https://dl.google.com/go/go1.18.3.linux-amd64.tar.gz"
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
Expand Down

0 comments on commit e143905

Please sign in to comment.