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:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: 1.7
|
- go: "1.9"
|
||||||
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.8
|
- go: "1.10"
|
||||||
- go: 1.9
|
- go: "1.11"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- true
|
- true
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -103,7 +103,7 @@ test-dep:
|
|||||||
go get github.com/modocache/gover
|
go get github.com/modocache/gover
|
||||||
go get github.com/Masterminds/glide
|
go get github.com/Masterminds/glide
|
||||||
go get github.com/sgotti/glide-vc
|
go get github.com/sgotti/glide-vc
|
||||||
go get github.com/golang/lint/golint
|
go get golang.org/x/lint/golint
|
||||||
go get github.com/mitchellh/gox
|
go get github.com/mitchellh/gox
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user