7fa2c73
) into release-branch.go1.25
Merge List: + 2025-06-107fa2c736b3
os: disallow Root.Remove(".") on Plan 9, js, and Windows + 2025-06-10281cfcfc1b
runtime: handle system goroutines later in goroutine profiling + 2025-06-104f86f22671
testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble + 2025-06-10773701a853
internal/trace: pass GOTRACEBACK=crash to testprogs + 2025-06-10fb0c27c514
os: do not follow dangling symlinks in Root when O_CREATE|O_EXCL on AIX + 2025-06-101cafdfb63b
net/http: make the zero value of CrossOriginProtection work + 2025-06-10a35701b352
cmd/dist: only install necessary tools when doing local test + 2025-06-10a189516d3a
runtime: don't do a direct G handoff in semrelease on systemstack + 2025-06-10f18d046568
all.{bash,rc}: use "../bin/go tool dist" instead of "%GOTOOLDIR%/dist" print build info + 2025-06-09ee7bfbdbcc
cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...) + 2025-06-09985d600f3a
runtime: use small struct TestSynctest to ensure cleanups run + 2025-06-09848a768ba7
runtime: clarify stack traces for bubbled goroutines + 2025-06-09049a5e6036
runtime: return a different bubble deadlock error when main goroutine is done + 2025-06-09ac1686752b
cmd/internal/doc: increase version of pkgsite doc command that's run Change-Id: Iba7b2c2f06e91a39fa039c08170e6054e50de3c6
The Go Programming Language
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attribution license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Download and Install
Binary Distributions
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
Install From Source
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Contributing
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.