update to go1.25.7, alpine 3.23, xx v1.9.0#4781
Merged
milosgajdos merged 3 commits intodistribution:mainfrom Feb 12, 2026
Merged
update to go1.25.7, alpine 3.23, xx v1.9.0#4781milosgajdos merged 3 commits intodistribution:mainfrom
milosgajdos merged 3 commits intodistribution:mainfrom
Conversation
Also add a well-formatted comment (for outputing in `docker build --call=outline .`);
docker build -q --call=outline .
BUILD ARG VALUE DESCRIPTION
GO_VERSION 1.23.7
ALPINE_VERSION 3.21
XX_VERSION 1.9.0 version of the tonistiigi/xx utility to use.
PKG github.com/distribution/distribution/v3
LDFLAGS -s -w
BUILDTAGS
full diff: tonistiigi/xx@v1.6.1...v1.9.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
milosgajdos
approved these changes
Feb 12, 2026
.github/workflows/build.yml
Outdated
| @@ -34,7 +34,7 @@ jobs: | |||
| matrix: | |||
| go: | |||
| - 1.23.7 | |||
Member
There was a problem hiding this comment.
we should probably drop support to 1.23 and maintain it for 1.24 🤔
Member
Author
There was a problem hiding this comment.
Yeah, I just realised that updating golang.org/x/crypto (which has some vulnerabilities) forces go1.24 as minimum now, so we have not much choice either way; let me already do so.
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>
thaJeztah
commented
Feb 12, 2026
| module github.com/distribution/distribution/v3 | ||
|
|
||
| go 1.23.7 | ||
| go 1.24 |
Member
Author
There was a problem hiding this comment.
Updated 👍
Looks like no (indirect) dependency enforced a patch version, so I could drop it for now (go 1.24 instead of go 1.24.0).
milosgajdos
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dockerfile: update tonistiigi/xx v1.9.0
Also add a well-formatted comment (for outputing in
docker build --call=outline .);full diff: tonistiigi/xx@v1.6.1...v1.9.0
update to go1.25.7, alpine 3.23