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 <tobias.klauser@gmail.com>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Tobias Klauser 2022-02-24 10:19:54 +01:00 committed by Tobias Klauser
parent b8b3196375
commit 6d810241eb

View file

@ -209,6 +209,12 @@ Do not send CLs removing the interior tags from such phrases.
now supports the <code>c-archive</code> and <code>c-shared</code> build modes.
</p>
<h3 id="linux">Linux</h3>
<p><!-- golang.org/issue/45964 -->
Go 1.18 requires Linux kernel version 2.6.32 or later.
</p>
<h3 id="windows">Windows</h3>
<p><!-- https://golang.org/issue/49759 -->