travis: bump go version to 1.11.1

This commit is contained in:
Nikhita Raghunath
2018-10-06 13:08:55 +05:30
parent 1f8420dc26
commit 4c5811d72b

View File

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