diff options
Diffstat (limited to 'Dockerfile.windows')
-rw-r--r-- | Dockerfile.windows | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows index 259318be22..9a44c7e499 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.19.8 +ARG GO_VERSION=1.19.9 ARG GOTESTSUM_VERSION=v1.8.2 # Environment variable notes: |