mirror of https://github.com/kubernetes/kops.git
Drop go 1.14 on macOS
This commit is contained in:
parent
d6b80fc305
commit
699a9a93aa
|
|
@ -18,6 +18,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-10.15]
|
os: [ubuntu-18.04, macos-10.15]
|
||||||
go: [1.13, 1.14]
|
go: [1.13, 1.14]
|
||||||
|
exclude:
|
||||||
|
- os: macos-10.15
|
||||||
|
go: 1.14
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue