From 2de4a28860e05cba8f515629972b4ca12c834900 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 5 Nov 2019 16:31:55 -0800 Subject: [PATCH] Build with Go 1.12.13 This is the latest 1.12 minor release at the time of writing. We are not yet upgrading to Go 1.13 because it ends support for MacOS 10.10 and earlier (Yosemite) and for versions of FreeBSD prior to 11.2, and so we need to make that switch with care to properly phase those out as supported platforms in Terraform too. --- .go-version | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index 166a50ffa..434711004 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.12.9 +1.12.13 diff --git a/.travis.yml b/.travis.yml index c3960ca49..e7b3303fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - docker language: go go: -- "1.12.9" +- "1.12.13" # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis