From 49b0fc947372dbba2961296b8a2260fb0be79385 Mon Sep 17 00:00:00 2001 From: Gershon Shif Date: Wed, 27 May 2020 19:37:21 -0700 Subject: [PATCH] chore: update go version to 1.13.8 (#18258) --- releng/_go_versions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releng/_go_versions.sh b/releng/_go_versions.sh index 8fb2b993782..083da6f9307 100644 --- a/releng/_go_versions.sh +++ b/releng/_go_versions.sh @@ -1,5 +1,5 @@ # These are the current and "next" Go versions used to build influxdb. # This file is meant to be sourced from other scripts. -export GO_CURRENT_VERSION=1.12 -export GO_NEXT_VERSION=1.12 +export GO_CURRENT_VERSION=1.13.8 +export GO_NEXT_VERSION=1.13.8