From 6d810241ebd2a02bc63b7706ad68ae8d0edbfd8e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 24 Feb 2022 10:19:54 +0100 Subject: [PATCH] doc/go1.18: document minimum Linux kernel version For #45964 Change-Id: Ic66502c50ca328e944c91e710dca6c8dbc168e4f Reviewed-on: https://go-review.googlesource.com/c/go/+/387855 Trust: Tobias Klauser Reviewed-by: Matt Layher Reviewed-by: Ian Lance Taylor --- doc/go1.18.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/go1.18.html b/doc/go1.18.html index 53e9d9b2589..5289f826656 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -209,6 +209,12 @@ Do not send CLs removing the interior tags from such phrases. now supports the c-archive and c-shared build modes.

+

Linux

+ +

+ Go 1.18 requires Linux kernel version 2.6.32 or later. +

+

Windows