From 8c54759349ed6baab921b4add8fa8deb9ccdbf96 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Wed, 28 Nov 2018 12:27:16 +0530 Subject: [PATCH] travis: bump go version to 1.11.2 and remove explicit godep command godep restore is automatically run by Travis CI, so we don't really need an explicit godep step for it. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b2b4c30..c918ce37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ./...