diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-04-29 15:50:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 15:50:41 -0700 |
| commit | 10cddc44ded57b02fbe65e3840003cf416f34b9b (patch) | |
| tree | 1995f451924732deed17153315de7b650ff66350 | |
| parent | 4fc074db8139d08f2cc47802e30afbacdabec1fb (diff) | |
| download | seaweedfs-10cddc44ded57b02fbe65e3840003cf416f34b9b.tar.xz seaweedfs-10cddc44ded57b02fbe65e3840003cf416f34b9b.zip | |
Update release.yml
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dba704800..7b7bc9a09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,7 @@ jobs: - name: Go Release Binaries uses: wangyoucao577/go-release-action@v1.14 with: + goversion: 1.16 github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} @@ -51,6 +52,7 @@ jobs: - name: Go Release Binaries uses: wangyoucao577/go-release-action@v1.14 with: + goversion: 1.16 github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} |
