mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
update to go1.24.3
release notes: https://go.dev/doc/go1.24 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -161,7 +161,7 @@ FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
|
||||
# Use PowerShell as the default shell
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
ARG GO_VERSION=1.23.8
|
||||
ARG GO_VERSION=1.24.3
|
||||
ARG GOTESTSUM_VERSION=v1.12.0
|
||||
|
||||
# GOWINRES_VERSION is the version of go-winres to install.
|
||||
|
||||
Reference in New Issue
Block a user