From a866da4938b8f23a0c729a55dd3a895288b4b0a5 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Tue, 17 Jan 2017 03:38:23 -0800 Subject: [PATCH] Update travis for go1.8rc1 (#11229) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d26156f0f2..221cdbd9e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false language: go go: - 1.7.4 -- 1.8beta2 +- 1.8rc1 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