mirror of
https://github.com/golang/go
synced 2024-11-15 11:30:36 -07:00
6ea87f9209
The minimum Linux kernel version for Go 1.24 is now set to 3.2. Updates #67001 For #68545 Change-Id: I509f09c8ed7f3067af14066cf139008db0cb06ba Reviewed-on: https://go-review.googlesource.com/c/go/+/622015 Auto-Submit: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
11 lines
258 B
Markdown
11 lines
258 B
Markdown
## Ports {#ports}
|
|
|
|
### Linux {#linux}
|
|
|
|
As [announced](go1.23#linux) in the Go 1.23 release notes, Go 1.24 requires Linux
|
|
kernel version 3.2 or later.
|
|
|
|
### WebAssembly {#wasm}
|
|
|
|
The support files for WebAssembly have been moved to `lib/wasm` from `misc/wasm`.
|