Merge pull request #15698 from cblecker/go1.8.3

build: Update travis and Vagrantfile go versions
This commit is contained in:
James Bardin 2017-08-04 12:15:24 -04:00 committed by GitHub
commit 550197db50
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ dist: trusty
sudo: false
language: go
go:
- 1.8.1
- 1.8.3
- 1.9rc1
# add TF_CONSUL_TEST=1 to run consul tests
# they were causing timouts in travis

2
Vagrantfile vendored
View File

@ -5,7 +5,7 @@
VAGRANTFILE_API_VERSION = "2"
# Software version variables
GOVERSION = "1.8.1"
GOVERSION = "1.8.3"
UBUNTUVERSION = "16.04"
# CPU and RAM can be adjusted depending on your system