Run CI on latest version of Go only
This commit is contained in:
parent
63ed62348e
commit
364f0c2f69
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -13,9 +13,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go-version: [1.17.x]
|
go-version: [1.17.x]
|
||||||
include:
|
|
||||||
- go-version: 1.16.x
|
|
||||||
os: ubuntu-latest
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user