diff --git a/.travis.yml b/.travis.yml index fbd81d86..6b2b4c30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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