summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorTibor Vass <tiborvass@users.noreply.github.com>2019-09-19 16:10:07 -0700
committerGitHub <noreply@github.com>2019-09-19 16:10:07 -0700
commitd49fa5354c184a80a5a401c81f0940a4754bdcd3 (patch)
tree407dbf0b4db017a0732d9f574ed0469cc33cf532 /Dockerfile.windows
parent3cfb680bcccf1109aec3b6f80eb0d5be6d2c0942 (diff)
parent38e4ae3bca76b9558eb44993c4208b41114c4597 (diff)
downloaddocker-d49fa5354c184a80a5a401c81f0940a4754bdcd3.tar.gz
Merge pull request #39549 from thaJeztah/bump_go_1.13
Bump go 1.13.0
Diffstat (limited to 'Dockerfile.windows')
-rw-r--r--Dockerfile.windows3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows
index 40eb5f490b..aefd2985aa 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -165,7 +165,7 @@ FROM microsoft/windowsservercore
# Use PowerShell as the default shell
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
-ARG GO_VERSION=1.12.9
+ARG GO_VERSION=1.13.0
# Environment variable notes:
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
@@ -173,6 +173,7 @@ ARG GO_VERSION=1.12.9
ENV GO_VERSION=${GO_VERSION} `
GIT_VERSION=2.11.1 `
GOPATH=C:\gopath `
+ GO111MODULE=off `
FROM_DOCKERFILE=1
RUN `