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
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