-
Notifications
You must be signed in to change notification settings - Fork 18.8k
[DNM] update to go1.25rc3 #50313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[DNM] update to go1.25rc3 #50313
Conversation
Interesting; what's this?
|
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) |
derp; BuildKit is using alpine 3.21;
|
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: |
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
This one could be legit;
|
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
73f1f93
to
3d274b2
Compare
- 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)