update build matrix versions to latest patch release of 1.24 and 1.23, go.mod to minimum supported version 1.23.10, and Dockerfile to 1.24.4

Signed-off-by: Emese Ban <emese.ban@cloudnc.com>
This commit is contained in:
Emese Ban
2025-06-12 18:13:21 +01:00
parent 99126b6163
commit bf157857d5
3 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ jobs:
fail-fast: false
matrix:
go:
- 1.23.9
- 1.24.3
- 1.23.10
- 1.24.4
target:
- test-coverage
- test-s3-storage

View File

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

2
go.mod
View File

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