From 4000d224e57bc808e5199260ce695a70d1fa5904 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 15 Dec 2016 13:50:14 -0800 Subject: [PATCH] Update Travis to Go 1.8beta2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f166a5b0..e2c27d379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false language: go go: - 1.7.4 -- 1.8beta1 +- 1.8beta2 install: # This script is used by the Travis build to install a cookie for # go.googlesource.com so rate limits are higher when using `go get` to fetch