build: Use Go 1.11.3 in Travis-CI and in environments using "goenv"

This commit is contained in:
Martin Atkins 2018-12-13 16:39:50 -08:00
parent ea1a1a3af5
commit 413959406a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.11.1
1.11.3

View File

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