From 0aad4e68a7cdfdf9e0fb9fd5b6f7a5c67afd889d Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sun, 8 May 2016 22:13:41 -0700 Subject: [PATCH] Bump Go to 1.6.2 for Travis (just added) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd1147b5c2..311266fb26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false language: go go: - - 1.6.1 + - 1.6.2 # tip is currently using go1.4.1, which we're not compatible with, so always # fails # - tip