From df1d932fd210fbd2215d8e5b47e254067978d0ed Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 17 Mar 2021 10:27:37 -0700 Subject: [PATCH] build: Use Go 1.16.2 Unfortunately at the moment I'm adding this the release isn't yet available in the current version of goenv, but due to these including security stuff and because we're about to make a Terraform release we're letting this get slightly ahead of goenv on the assumption that it will catch up shortly. --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index 15b989e39..4a02d2c31 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.16.0 +1.16.2