From 029f9c8ed2944421118204ad9efe0978e38749c5 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Mon, 12 Nov 2018 10:47:32 -0800 Subject: [PATCH] [travis] Bump Go to 1.11 This will match the version currently used in Kubernetes. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87989d1e6c..41045e8ed4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: - osx go: -- "1.10" +- "1.11.1" git: depth: 3