Update Travis and Vagrant to go 1.7.4

This commit is contained in:
Christoph Blecker 2016-12-01 13:37:34 -08:00
parent ecfc5470de
commit 9afa5d0f07
2 changed files with 2 additions and 2 deletions

View File

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

2
Vagrantfile vendored
View File

@ -5,7 +5,7 @@
VAGRANTFILE_API_VERSION = "2"
$script = <<SCRIPT
GOVERSION="1.7.3"
GOVERSION="1.7.4"
SRCROOT="/opt/go"
SRCPATH="/opt/gopath"