summaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorCory Snider <csnider@mirantis.com>2023-02-14 14:34:59 -0500
committerCory Snider <csnider@mirantis.com>2023-02-22 16:38:01 -0500
commitcd779dae46ee1d1bc69491946a8eb548f37020bd (patch)
treec08aa3bd3ef5bb0339eed6bb1bea4b98cba354ab /Dockerfile.windows
parentd4e7a87b9655bef350f487b01c1a6c9ca281f836 (diff)
downloaddocker-cd779dae46ee1d1bc69491946a8eb548f37020bd.tar.gz
Upgrade to Go 1.20.1
Signed-off-by: Cory Snider <csnider@mirantis.com>
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 72299eabf7..2939229940 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.20
+ARG GO_VERSION=1.20.1
ARG GOTESTSUM_VERSION=v1.8.2
ARG GOWINRES_VERSION=v0.3.0
ARG CONTAINERD_VERSION=v1.7.0-beta.4