bump go version to 1.12.1

This commit is contained in:
James Bardin 2019-03-01 10:26:30 -05:00
parent 2c60140cad
commit b5b1e94f3a
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 - docker
language: go language: go
go: go:
- "1.11.5" - "1.12.1"
# add TF_CONSUL_TEST=1 to run consul tests # add TF_CONSUL_TEST=1 to run consul tests
# they were causing timouts in travis # they were causing timouts in travis