From d92361e865822e19e7acecd189a4d49cbd371551 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Wed, 23 Oct 2019 19:38:18 -0400 Subject: [PATCH] Update .go-version to 1.12.9 (#323) Both the plugin SDK and Terraform itself are using Go 1.12.9. This updates use to that version as well as updating Travis to test on 1.12.x and 1.13.x https://github.com/hashicorp/terraform/blob/master/.go-version https://github.com/hashicorp/terraform-plugin-sdk/blob/master/.go-version --- .go-version | 2 +- .travis.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index e6dbb7c2..166a50ff 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.11.5 +1.12.9 diff --git a/.travis.yml b/.travis.yml index ab7522ff..4dbaa406 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ services: - docker language: go go: - - "1.11.x" + - "1.12.x" + - "1.13.x" install: # This script is used by the Travis build to install a cookie for