-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
golang: Update to 1.23.1 #24992
Merged
Merged
golang: Update to 1.23.1 #24992
Conversation
This file contains 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
p-w-p
force-pushed
the
patch-1
branch
2 times, most recently
from
September 18, 2024 13:18
d2503ab
to
aec400e
Compare
At least from my side, it was better as it was done in the previous PR. Doing this in one commit could be messy. |
p-w-p
force-pushed
the
patch-1
branch
2 times, most recently
from
September 18, 2024 16:19
92ef3e2
to
7c8d405
Compare
1715173329
approved these changes
Sep 28, 2024
p-w-p
force-pushed
the
patch-1
branch
2 times, most recently
from
September 28, 2024 07:20
354983d
to
3ed26eb
Compare
Please update GOROOT_FINAL according to #24802 (comment). |
p-w-p
force-pushed
the
patch-1
branch
2 times, most recently
from
September 28, 2024 08:03
3575e8e
to
1b4d836
Compare
According to golang/go#62047, |
p-w-p
force-pushed
the
patch-1
branch
3 times, most recently
from
September 29, 2024 15:54
e7f1f4b
to
33935b6
Compare
1715173329
approved these changes
Sep 30, 2024
Go 1.23.1 (released 2024-09-05) includes security fixes to the encoding/gob, go/build/constraint, and go/parser packages. It also addresses bug fixes in the compiler, go command, runtime, and the database/sql, go/types, os, runtime/trace, and unique packages. Signed-off-by: Milinda Brantini <[email protected]>
Thinking it's time to give it a shot, any idea? |
Added GOARM64 and GORISCV64 in golang-build.sh. Drop deprecated GOROOT_FINAL in GoCompiler/Default/Make. Updated environment vars in golang-values.mk for GOARM64 and GORISCV64. Refined host build in golang/Makefile for openbsd_riscv64. Co-authored-by: Tianling Shen <[email protected]> Signed-off-by: Milinda Brantini <[email protected]>
Co-authored-by: Tianling Shen <[email protected]> Signed-off-by: Milinda Brantini <[email protected]>
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.
Maintainer: @jefferyto
Compile tested: all supported targets
Run tested: rockchip/armv8
Description:
The latest Go release, version 1.23, arrives six months after Go 1.22. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before.