From 413959406ae78de33fab68defd9282d678d961df Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 13 Dec 2018 16:39:50 -0800 Subject: [PATCH] build: Use Go 1.11.3 in Travis-CI and in environments using "goenv" --- .go-version | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 720c7384c..0a5af26df 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.11.1 +1.11.3 diff --git a/.travis.yml b/.travis.yml index 2a83170d3..8373945f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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