mirror of
https://github.com/distribution/distribution.git
synced 2026-02-21 14:22:14 +00:00
drop support for go1.23
go1.23 is EOL since August 2025 (when go1.25 was released), and (indirect) dependencies start to require it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Milos Gajdos
parent
60d2cd5c44
commit
f5d656e686
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go:
|
||||
- 1.23.7
|
||||
- 1.24.x
|
||||
- 1.25.7
|
||||
target:
|
||||
- test-coverage
|
||||
|
||||
Reference in New Issue
Block a user