summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2020-07-17 15:17:15 +0200
committerSebastiaan van Stijn <github@gone.nl>2020-07-17 15:17:15 +0200
commit9c66a2f4e15d1f6671c9de9b841dd4f0bc8fc0ce (patch)
treedce1337910fd2e4c054b4a3cb296c78554e59d24 /Dockerfile.windows
parentd9d114a765afb0c5be3599d6e4fb6f32418862ac (diff)
downloaddocker-9c66a2f4e15d1f6671c9de9b841dd4f0bc8fc0ce.tar.gz
Bump Golang 1.13.14
full diff: https://github.com/golang/go/compare/go1.13.13...go1.13.14 go1.13.14 (released 2020/07/16) includes fixes to the compiler, vet, and the database/sql, net/http, and reflect packages. See the Go 1.13.14 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.14+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 e8a9a32724..7fc17e6944 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.13
+ARG GO_VERSION=1.13.14
ARG GOTESTSUM_COMMIT=v0.3.5
# Environment variable notes: