Upgrade to go 1.24.3 to close out CVE-2025-22871

Signed-off-by: Emese Ban <emese.ban@cloudnc.com>
This commit is contained in:
Emese Ban
2025-05-16 11:39:46 +01:00
parent 95647cba1d
commit fe81c2f661
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ jobs:
matrix:
go:
- 1.23.7
- 1.24.1
- 1.24.3
target:
- test-coverage
- test-s3-storage

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.23.7
ARG GO_VERSION=1.24.3
ARG ALPINE_VERSION=3.21
ARG XX_VERSION=1.6.1

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.23.7
ARG GO_VERSION=1.24.3
ARG ALPINE_VERSION=3.21
ARG GOLANGCI_LINT_VERSION=v1.64.8
ARG BUILDTAGS=""

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/distribution/distribution/v3
go 1.23.7
go 1.24
require (
cloud.google.com/go/storage v1.45.0