Skip to content
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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

golang: Update to 1.23.1 #24992

wants to merge 2 commits into from

Conversation

p-w-p
Copy link
Contributor

@p-w-p p-w-p commented Sep 18, 2024

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.

@p-w-p
Copy link
Contributor Author

p-w-p commented Sep 18, 2024

CC @1715173329 @mochaaP

@p-w-p p-w-p force-pushed the patch-1 branch 2 times, most recently from d2503ab to aec400e Compare September 18, 2024 13:18
@p-w-p p-w-p marked this pull request as draft September 18, 2024 14:17
@BKPepe
Copy link
Member

BKPepe commented Sep 18, 2024

At least from my side, it was better as it was done in the previous PR.
1st commit update to 1.23.0 with adding more values
and then the 2nd commit with the other update.

Doing this in one commit could be messy.

go1.23.1 (released 2024-09-05) includes security fixes to the , ,
and packages, as well as bug fixes to the compiler, the command,
the runtime, and the , , , , and packages.
See the Go 1.23.1 milestone on our issue tracker for details.

Signed-off-by: Milinda Brantini <[email protected]>
Unexporting `GOARM64` and `GORISCV64` minimizes unnecessary exposure
and potential conflicts, while adding `openbsd_riscv64` expands platform
support for a more flexible build process.

Co-authored-by: Tianling Shen <[email protected]>
Co-authored-by: Zephyr Lykos <[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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants