diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-02-24 10:19:54 +0100 |
---|---|---|
committer | Tobias Klauser <tobias.klauser@gmail.com> | 2022-02-25 08:02:46 +0000 |
commit | 6d810241ebd2a02bc63b7706ad68ae8d0edbfd8e (patch) | |
tree | 58eb360c9d2ccd47feb94d7bd0c42241a5ab142f | |
parent | b8b3196375e6b5275ae05eba8ca04662f10ab047 (diff) | |
download | go-git-6d810241ebd2a02bc63b7706ad68ae8d0edbfd8e.tar.gz |
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>
-rw-r--r-- | doc/go1.18.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html index 53e9d9b258..5289f82665 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 <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 --> |