We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d947cd commit 1f9dee5Copy full SHA for 1f9dee5
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
- uses: actions/checkout@v3
26
- uses: wangyoucao577/go-release-action@v1.40
27
with:
28
+ goversion: https://go.dev/dl/go1.20.8.linux-amd64.tar.gz
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
goos: ${{ matrix.goos }}
31
goarch: ${{ matrix.goarch }}
0 commit comments