Bump Go versions (#1073)

* Bump Go versions

* Unbreak fetching of 'golang/lint'
This commit is contained in:
Harald Nordgren 2018-10-23 16:16:20 +02:00 committed by Charlie Drage
parent b8aada8f33
commit 2717f17e3b
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -103,7 +103,7 @@ test-dep:
go get github.com/modocache/gover
go get github.com/Masterminds/glide
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