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 = <