update to go1.25.3

This release addresses breakage caused by a security patch included in
Go 1.25.2 and 1.24.8, which enforced overly restrictive validation on
the parsing of X.509 certificates. We've removed those restrictions
while maintaining the security fix that the initial release addressed.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-10-14 09:11:27 +02:00
parent 45ddf37ccd
commit 1aa73144f2
14 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ on:
workflow_call:
env:
GO_VERSION: "1.25.2"
GO_VERSION: "1.25.3"
GOTESTLIST_VERSION: v0.3.1
TESTSTAT_VERSION: v0.1.25
SETUP_BUILDX_VERSION: edge

View File

@@ -21,7 +21,7 @@ on:
default: "graphdriver"
env:
GO_VERSION: "1.25.2"
GO_VERSION: "1.25.3"
GOTESTLIST_VERSION: v0.3.1
TESTSTAT_VERSION: v0.1.25
ITG_CLI_MATRIX_SIZE: 6

View File

@@ -20,7 +20,7 @@ on:
type: string
env:
GO_VERSION: "1.25.2"
GO_VERSION: "1.25.3"
TESTSTAT_VERSION: v0.1.25
jobs:

View File

@@ -28,7 +28,7 @@ on:
default: false
env:
GO_VERSION: "1.25.2"
GO_VERSION: "1.25.3"
GOTESTLIST_VERSION: v0.3.1
TESTSTAT_VERSION: v0.1.25
WINDOWS_BASE_IMAGE: mcr.microsoft.com/windows/servercore

View File

@@ -23,7 +23,7 @@ on:
pull_request:
env:
GO_VERSION: "1.25.2"
GO_VERSION: "1.25.3"
TESTSTAT_VERSION: v0.1.25
DESTDIR: ./build
SETUP_BUILDX_VERSION: edge

View File

@@ -23,7 +23,7 @@ on:
pull_request:
env:
GO_VERSION: "1.25.2"
GO_VERSION: "1.25.3"
DESTDIR: ./build
SETUP_BUILDX_VERSION: edge
SETUP_BUILDKIT_IMAGE: moby/buildkit:latest

View File

@@ -33,7 +33,7 @@ on:
- cron: '0 9 * * 4'
env:
GO_VERSION: "1.25.2"
GO_VERSION: "1.25.3"
jobs:
codeql:

View File

@@ -23,7 +23,7 @@ on:
pull_request:
env:
GO_VERSION: "1.25.2"
GO_VERSION: "1.25.3"
GIT_PAGER: "cat"
PAGER: "cat"
SETUP_BUILDX_VERSION: edge