forked from LaconicNetwork/kompose
Bump Go versions (#1073)
* Bump Go versions * Unbreak fetching of 'golang/lint'
This commit is contained in:
parent
b8aada8f33
commit
2717f17e3b
@ -9,14 +9,14 @@ go_import_path: github.com/kubernetes/kompose
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.7
|
||||
- go: "1.9"
|
||||
env:
|
||||
# Only build docs once
|
||||
- BUILD_DOCS=yes
|
||||
# Test cross-compile as well
|
||||
- CROSS_COMPILE=yes
|
||||
- go: 1.8
|
||||
- go: 1.9
|
||||
- go: "1.10"
|
||||
- go: "1.11"
|
||||
|
||||
install:
|
||||
- true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user