From ae6d82fea82f239a4fccab1f4d2e42e72da5e5d9 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Thu, 16 Feb 2017 23:13:42 +0200 Subject: [PATCH] build: change to start using Go 1.8 (#12022) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf6a0e8c8..a977336e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ sudo: false language: go go: -- 1.7.5 -- 1.8rc3 +- 1.8 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