|
|
@ -30,7 +30,7 @@ jobs: |
|
|
|
- name: Go Release Binaries |
|
|
|
uses: wangyoucao577/go-release-action@v1.19 |
|
|
|
with: |
|
|
|
goversion: 1.16 |
|
|
|
goversion: 1.17 |
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
|
goarch: ${{ matrix.goarch }} |
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
- name: Go Release Large Disk Binaries |
|
|
|
uses: wangyoucao577/go-release-action@v1.19 |
|
|
|
with: |
|
|
|
goversion: 1.16 |
|
|
|
goversion: 1.17 |
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
goos: ${{ matrix.goos }} |
|
|
|
goarch: ${{ matrix.goarch }} |
|
|
|