aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-28 00:41:34 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-28 00:41:34 -0700
commitff70ba51accb146985af305a483d286239583b98 (patch)
treeab4009b9ab04f4402ee7bdb0e8ffe42342aa6454
parentdc481c081cb9e09bb11e3f8108834ca0bc88c4ce (diff)
downloadseaweedfs-ff70ba51accb146985af305a483d286239583b98.tar.xz
seaweedfs-ff70ba51accb146985af305a483d286239583b98.zip
build with latest go version
-rw-r--r--.github/workflows/release.yml6
-rw-r--r--.github/workflows/release_binaries.yml6
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 }}