From 9afa5d0f079eff4b5b4c691e6aa3f31125360452 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 1 Dec 2016 13:37:34 -0800 Subject: [PATCH] Update Travis and Vagrant to go 1.7.4 --- .travis.yml | 2 +- Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a77ce953..60c0db14b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: go go: -- 1.7.3 +- 1.7.4 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 fb4f5cb6f..b7de2cb83 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2" $script = <