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