Remove go1.6 support in ci (#997)

This commit is contained in:
Hang Yan 2018-05-02 21:11:04 +08:00 committed by Charlie Drage
parent ec3391309f
commit 94377ff8ee

View File

@ -9,14 +9,14 @@ go_import_path: github.com/kubernetes/kompose
matrix:
include:
- go: 1.6
- go: 1.7
env:
# Only build docs once
- BUILD_DOCS=yes
# Test cross-compile as well
- CROSS_COMPILE=yes
- go: 1.7
- go: 1.8
- go: 1.9
install:
- true