mirror of
https://github.com/distribution/distribution.git
synced 2025-09-01 15:07:25 +00:00
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:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user