aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-16 17:14:32 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-16 17:14:32 -0700
commit1023bce6f0fce10bf987071ef0ab2d509a79d7f3 (patch)
tree9dd0078cee65aa32737bc4cf45e95cfc3c14c97f
parent8109594c6e01bc5a9b412e105f003a325858a1fc (diff)
downloadseaweedfs-1023bce6f0fce10bf987071ef0ab2d509a79d7f3.tar.xz
seaweedfs-1023bce6f0fce10bf987071ef0ab2d509a79d7f3.zip
update go version
-rw-r--r--.github/workflows/release.yml4
-rw-r--r--.github/workflows/release_binaries.yml4
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 }}