From c01680b7a941bf4bdcdfc6c31215c3ad28ee2f55 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 29 Jan 2017 11:39:07 -0800 Subject: [PATCH] build: Update travis to go1.7.5 and go1.8rc3 and Vagrantfile to go1.7.5 (#11490) * Update travis to go1.7.5 and go1.8rc3 * Update Vagrantfile to go1.7.5 --- .travis.yml | 4 ++-- Vagrantfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 294c555f7..bf6a0e8c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ sudo: false language: go go: -- 1.7.4 -- 1.8rc2 +- 1.7.5 +- 1.8rc3 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 diff --git a/Vagrantfile b/Vagrantfile index 21f0778bb..c9ff39e2e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2" # Software version variables -GOVERSION = "1.7.4" +GOVERSION = "1.7.5" UBUNTUVERSION = "16.04" # CPU and RAM can be adjusted depending on your system