mirror of
https://github.com/nadoo/glider.git
synced 2025-04-22 04:02:07 +08:00
ci: remove tip version
This commit is contained in:
parent
bf8e37c6df
commit
a310635a9f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user