|
@@ -165,7 +165,7 @@ FROM microsoft/windowsservercore
|
|
|
# Use PowerShell as the default shell
|
|
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
|
|
|
|
|
-ARG GO_VERSION=1.16.6
|
|
|
+ARG GO_VERSION=1.16.7
|
|
|
ARG GOTESTSUM_COMMIT=v0.5.3
|
|
|
|
|
|
# Environment variable notes:
|