Merge pull request #20535 from hashicorp/jbardin/go-version

bump go version to 1.12
This commit is contained in:
James Bardin 2019-03-15 16:53:26 -04:00 committed by GitHub
commit b5b67a4592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.11.5
1.12.1

View File

@ -4,7 +4,7 @@ services:
- docker
language: go
go:
- "1.11.5"
- "1.12.1"
# add TF_CONSUL_TEST=1 to run consul tests
# they were causing timouts in travis