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
This commit is contained in:
Christoph Blecker 2017-01-29 11:39:07 -08:00 committed by Paul Stack
parent 5d8662d5da
commit c01680b7a9
2 changed files with 3 additions and 3 deletions

View File

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

2
Vagrantfile vendored
View File

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