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 #24802

Closed
wants to merge 0 commits into from
Closed

golang: Update to 1.23.1 #24802

wants to merge 0 commits into from

Conversation

p-w-p
Copy link
Contributor

@p-w-p p-w-p commented Aug 15, 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.

@1715173329
Copy link
Member


+ GOARM64 / GORISCV64


GOOS='' GOARCH='' GO386='' GOARM='' GOMIPS='' GOMIPS64='' \

+ GOARM64='' / GORISCV64=''


freebsd_riscv64 \

+ openbsd_riscv64 \


GOROOT_FINAL has been deprecated however we still call it, needs to be adapted.

@p-w-p p-w-p force-pushed the patch-1 branch 3 times, most recently from 8517cd7 to 500f2ac Compare September 3, 2024 12:18
@p-w-p p-w-p changed the title golang: Update to 1.23.0 golang: Update to 1.23.1 Sep 18, 2024
@mochaaP
Copy link
Contributor

mochaaP commented Sep 18, 2024

@p-w-p replacing GOROOT_FINAL with GOROOT should have the same effect. Tested on my machine.

See also: bazelbuild/go_rules

@p-w-p
Copy link
Contributor Author

p-w-p commented Sep 18, 2024

I closed the pull request by mistake, sorry about that.
continued in #24992

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.

3 participants