From ff70ba51accb146985af305a483d286239583b98 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 28 Aug 2021 00:41:34 -0700 Subject: [PATCH] build with latest go version --- .github/workflows/release.yml | 6 ++---- .github/workflows/release_binaries.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1105e5d9..f588cd95c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,9 +37,8 @@ jobs: run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} - name: Go Release Binaries - uses: wangyoucao577/go-release-action@v1.17 + uses: wangyoucao577/go-release-action@v1.20 with: - goversion: 1.17 github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} @@ -54,9 +53,8 @@ jobs: asset_name: "weed-large-disk-${{ env.BUILD_TIME }}-${{ matrix.goos }}-${{ matrix.goarch }}" - name: Go Release Binaries - uses: wangyoucao577/go-release-action@v1.17 + uses: wangyoucao577/go-release-action@v1.20 with: - 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 9d44209f6..0e8510d14 100644 --- a/.github/workflows/release_binaries.yml +++ b/.github/workflows/release_binaries.yml @@ -32,9 +32,8 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Go Release Binaries - uses: wangyoucao577/go-release-action@v1.19 + uses: wangyoucao577/go-release-action@v1.20 with: - goversion: 1.17 github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} @@ -47,9 +46,8 @@ jobs: binary_name: weed asset_name: "${{ matrix.goos }}_${{ matrix.goarch }}" - name: Go Release Large Disk Binaries - uses: wangyoucao577/go-release-action@v1.19 + uses: wangyoucao577/go-release-action@v1.20 with: - goversion: 1.17 github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }}