Merge pull request #481 from nikhita/travis-go-1.11

travis: bump go version to 1.11.1
This commit is contained in:
k8s-ci-robot 2018-10-09 01:06:20 -07:00 committed by GitHub
commit 7f0192792d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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