ci: remove tip version

This commit is contained in:
nadoo 2021-02-06 00:47:43 +08:00
parent bf8e37c6df
commit a310635a9f

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go-version: [ 'tip', '1.16.0-rc1' ] go-version: [ '1.16.0-rc1' ]
steps: steps:
- name: Checkout - name: Checkout
@ -29,7 +29,7 @@ jobs:
needs: [test] needs: [test]
strategy: strategy:
matrix: matrix:
go-version: [ 'tip', '1.16.0-rc1' ] go-version: [ '1.16.0-rc1' ]
steps: steps:
- name: Checkout - name: Checkout