build: Use Go 1.11.3 in Travis-CI and in environments using "goenv"
This commit is contained in:
parent
ea1a1a3af5
commit
413959406a
|
@ -1 +1 @@
|
|||
1.11.1
|
||||
1.11.3
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue