From 4c5811d72b13b731a512189dd3ce5ccf0daaaf16 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Sat, 6 Oct 2018 13:08:55 +0530 Subject: [PATCH] travis: bump go version to 1.11.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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