From 39b6a322e67625ed641695821b25dd718f50ca9a Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 16 Aug 2019 16:12:41 -0700 Subject: [PATCH] build: Use Go 1.12.9 This is a minor release of Go that does not include any changes that affect Terraform's behavior. This does include a fix for golang/go#31084 that could potentially affect HCL arithmetic (via math/big) on aarch64, but we do not currently build Terraform for aarch64 so it cannot have affected any previous releases. --- .go-version | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index f61e31516e..166a50ffa2 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.12.8 +1.12.9 diff --git a/.travis.yml b/.travis.yml index cce190d246..2fefd93ac8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - docker language: go go: -- "1.12.8" +- "1.12.9" # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis