From 2ac12a6c1a65270d4e6529cf9d3ada6ba7e600aa Mon Sep 17 00:00:00 2001 From: "cn.kevin.works@gmail.com" Date: Thu, 14 Nov 2019 14:23:06 +0800 Subject: [PATCH] upgrade golang version to 1.12.13. #2 --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f8145fd09379..11b85d6f2f26b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -116,12 +116,6 @@ RUN set -x \ ) \ && rm -rf "$SECCOMP_PATH" -# Install Go -# IMPORTANT: If the version of Go is updated, the Windows to Linux CI machines -# will need updating, to avoid errors. Ping #docker-maintainers on IRC -# with a heads-up. -ENV GO_VERSION 1.6.4 - # Compile Go for cross compilation ENV DOCKER_CROSSPLATFORMS \ linux/386 linux/arm \