-
Notifications
You must be signed in to change notification settings - Fork 18.8k
update to go1.24.3 #49174
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
update to go1.24.3 #49174
Conversation
b7625bd
to
8b8a594
Compare
Hmmm. interesting; unit tests failed to build on Windows? can't see the actual failure though;
|
Looks like some error messages changed;
Expected / actual: looks like the error message now includes nested structs:
|
☝️ Looks related to golang/go@0fe6347 / https://go-review.googlesource.com/c/go/+/606956 to address; |
8b8a594
to
ff1200b
Compare
It was a battle (!), but here you go ...
|
294cc26
to
6dcc10b
Compare
6dcc10b
to
261f039
Compare
261f039
to
1ff1a3b
Compare
1ff1a3b
to
2af059f
Compare
2af059f
to
03076be
Compare
.github/workflows/.windows.yml
Outdated
@@ -92,7 +92,6 @@ jobs: | |||
& docker build ` | |||
--build-arg WINDOWS_BASE_IMAGE ` | |||
--build-arg WINDOWS_BASE_IMAGE_TAG ` | |||
--build-arg GO_VERSION ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this intended?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly related to that as well. That said, I wonder if we need to pass it, given that we update the GO_VERSION
inside the Dockerfile as well 🤔 But probably best for separate.
.github/workflows/buildkit.yml
Outdated
env: | ||
GO_VERSION: "1.24.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed if we already have the GO_VERSION
declared at the top?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 trying to recall why I did this; perhaps this was related to the pre-releases (when I first created this branch, go1.24 was still a pre-release, which uses a different format for the versions?)
release notes: https://go.dev/doc/go1.24 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Keeping it up to date, in case the situation changes. Signed-off-by: Sebastiaan van Stijn <[email protected]>
03076be
to
1cf7d7e
Compare
@vvoland updated; removed those changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
vgetrandomPutState
andruntime.growslice
w/runtime.OSLockThread
[1.24 backport] golang/go#73144vgetrandomPutState
andruntime.growslice
w/runtime.OSLockThread
golang/go#73141release notes: https://go.dev/doc/go1.24
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)