From b5b1e94f3aa5aee69b30aa78ea71304f465d1eb9 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 1 Mar 2019 10:26:30 -0500 Subject: [PATCH] bump go version to 1.12.1 --- .go-version | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index e6dbb7c238..f8f4f03b3d 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.11.5 +1.12.1 diff --git a/.travis.yml b/.travis.yml index 046f2889cb..716c4db571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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