From c69fa99474ed4295fb7c2fea2a23c7f3b9fe4b78 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sat, 7 May 2016 13:30:43 -0700 Subject: [PATCH] Bump Go to 1.6.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c71240fda4..bd1147b5c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false language: go go: - - 1.6 + - 1.6.1 # tip is currently using go1.4.1, which we're not compatible with, so always # fails # - tip