Merge pull request #511 from nikhita/travis-go-1.12

travis: bump go version to 1.11.2
This commit is contained in:
Kubernetes Prow Robot 2018-12-04 02:36:15 -08:00 committed by GitHub
commit 01eda157bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,7 @@ language: go
go_import_path: k8s.io/client-go
go:
- 1.11.1
- 1.11.2
script:
- if [ "$TRAVIS_BRANCH" != "master" ]; then godep restore; fi
- go build ./...