From a310635a9f98b8fc49fbd4a32005940f9773365a Mon Sep 17 00:00:00 2001 From: nadoo <287492+nadoo@users.noreply.github.com> Date: Sat, 6 Feb 2021 00:47:43 +0800 Subject: [PATCH] ci: remove tip version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2625a06..b82b19d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ 'tip', '1.16.0-rc1' ] + go-version: [ '1.16.0-rc1' ] steps: - name: Checkout @@ -29,7 +29,7 @@ jobs: needs: [test] strategy: matrix: - go-version: [ 'tip', '1.16.0-rc1' ] + go-version: [ '1.16.0-rc1' ] steps: - name: Checkout