diff options
| author | Carlos Amedee <carlos@golang.org> | 2024-10-23 11:33:13 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-10-23 19:37:35 +0000 |
| commit | 6ea87f9209973148806f1d62c0e8ea278dcbb601 (patch) | |
| tree | fd73acadad567e502c7a22d4e24813f2bd8394a7 | |
| parent | 87a89fa45130d4406fa4d9f0882b9c5014240d03 (diff) | |
| download | go-6ea87f9209973148806f1d62c0e8ea278dcbb601.tar.xz | |
doc/next: document the minimum Linux kernel version for 1.24
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>
| -rw-r--r-- | doc/next/7-ports.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index 2b564bf889..b8631378e8 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -1,5 +1,10 @@ ## 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`. |
