forked from LaconicNetwork/kompose
Remove go1.6 support in ci (#997)
This commit is contained in:
parent
ec3391309f
commit
94377ff8ee
@ -9,14 +9,14 @@ go_import_path: github.com/kubernetes/kompose
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: 1.6
|
- go: 1.7
|
||||||
env:
|
env:
|
||||||
# Only build docs once
|
# Only build docs once
|
||||||
- BUILD_DOCS=yes
|
- BUILD_DOCS=yes
|
||||||
# Test cross-compile as well
|
# Test cross-compile as well
|
||||||
- CROSS_COMPILE=yes
|
- CROSS_COMPILE=yes
|
||||||
- go: 1.7
|
|
||||||
- go: 1.8
|
- go: 1.8
|
||||||
|
- go: 1.9
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- true
|
- true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user