diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-16 17:14:32 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-16 17:14:32 -0700 |
| commit | 1023bce6f0fce10bf987071ef0ab2d509a79d7f3 (patch) | |
| tree | 9dd0078cee65aa32737bc4cf45e95cfc3c14c97f | |
| parent | 8109594c6e01bc5a9b412e105f003a325858a1fc (diff) | |
| download | seaweedfs-1023bce6f0fce10bf987071ef0ab2d509a79d7f3.tar.xz seaweedfs-1023bce6f0fce10bf987071ef0ab2d509a79d7f3.zip | |
update go version
| -rw-r--r-- | .github/workflows/release.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/release_binaries.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c51f3ff88..7905b9420 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Go Release Binaries uses: wangyoucao577/go-release-action@v1.17 with: - goversion: 1.16 + goversion: 1.17 github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} @@ -52,7 +52,7 @@ jobs: - name: Go Release Binaries uses: wangyoucao577/go-release-action@v1.17 with: - goversion: 1.16 + goversion: 1.17 github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} diff --git a/.github/workflows/release_binaries.yml b/.github/workflows/release_binaries.yml index 8acb983fb..ca3457c8b 100644 --- a/.github/workflows/release_binaries.yml +++ b/.github/workflows/release_binaries.yml @@ -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 }} |
