summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2020-05-16 15:03:55 +0200
committerSebastiaan van Stijn <github@gone.nl>2020-05-17 22:57:18 +0200
commit90758fb028148eb2565417d6ce96e454e07284b7 (patch)
tree6c2cd2496ca9fbf1b8f6e61dd91a434daf039a81 /Dockerfile.windows
parent327a0b4ae430fd670ac84a5cbdb3b9fc035a3b88 (diff)
downloaddocker-90758fb028148eb2565417d6ce96e454e07284b7.tar.gz
Bump Golang 1.13.11
full diff: https://github.com/golang/go/compare/go1.13.10...go1.13.11 go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the Go 1.13.11 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.11+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'Dockerfile.windows')
-rw-r--r--Dockerfile.windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows
index a0dde55962..9ad3437b14 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.13.10
+ARG GO_VERSION=1.13.11
ARG GOTESTSUM_COMMIT=v0.3.5
# Environment variable notes: