Merged
Conversation
Member
Author
|
Interesting; what's this? |
Member
Author
|
Yup; easy to reproduce; docker run --rm golang:1.25rc1 sh -c 'go install gotest.tools/gotestsum@v1.12.0'
go: downloading gotest.tools/gotestsum v1.12.0
go: downloading github.com/dnephin/pflag v1.0.7
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading golang.org/x/tools v0.19.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading golang.org/x/sys v0.18.0
go: downloading github.com/bitfield/gotestdox v0.2.2
go: downloading golang.org/x/sync v0.6.0
go: downloading golang.org/x/term v0.18.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading golang.org/x/text v0.14.0
go: downloading golang.org/x/mod v0.16.0
# golang.org/x/tools/internal/tokeninternal
pkg/mod/golang.org/x/tools@v0.19.0/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64) |
Member
Author
|
derp; BuildKit is using alpine 3.21; |
Member
You can set moby/.github/workflows/buildkit.yml Lines 145 to 153 in a8bcd0d -
name: Build test image
uses: docker/bake-action@v6
env:
ALPINE_VERSION: 3.22
with:
source: .
workdir: ./buildkit
targets: integration-tests
set: |
*.output=type=docker,name=${{ env.TEST_IMAGE_ID }}This will set the build-arg accordingly in the bake definition: |
Member
Author
|
Oh! I added it at the top, and it looks like it picks it up, but the problem may not be the alpine version, but the "SemVer" format (again)? Let me check if I can fix that. Really annoying! 😂 |
daabc99 to
80fa16c
Compare
Member
Author
|
This one could be legit; |
73f1f93 to
3d274b2
Compare
3d274b2 to
a93c8e3
Compare
Member
Author
|
Arf; looks like swagger is also impacted by that PR pending, but misses a DCO sign-off; |
a93c8e3 to
6501b5a
Compare
Member
Author
|
Microsoft's registry having issues? "the request is blocked" 🤔 |
1 task
d62495e to
9eaf626
Compare
9eaf626 to
28df4f9
Compare
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
28df4f9 to
28018a5
Compare
vvoland
approved these changes
Oct 13, 2025
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.
- What I did
- How I did it
- How to verify it
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)