Merge pull request #20013 from appilon/go1.11.4

Require go1.11.4
This commit is contained in:
appilon 2019-01-15 15:00:36 -05:00 committed by GitHub
commit c5e4ac9b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.11.3
1.11.4

View File

@ -4,7 +4,7 @@ services:
- docker
language: go
go:
- "1.11.3"
- "1.11.4"
# 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.11.1"
GOVERSION = "1.11.4"
UBUNTUVERSION = "16.04"
# CPU and RAM can be adjusted depending on your system