From: Yuval Pavel Zholkover Date: Sun, 10 Oct 2021 21:05:09 +0000 (+0300) Subject: doc/go1.18: document FreeBSD 11.x will no longer be supported X-Git-Tag: go1.18beta1~955 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f2141a71c6619617d32c224bd2e272a07904b8e9;p=gostls13.git doc/go1.18: document FreeBSD 11.x will no longer be supported Mention future versions will require the COMPAT_FREEBSD12 kernel option set in the kernel. For #47694. Change-Id: Ia94c4f9dbb38c68025d3c1d12dd2e241a5480a6b Reviewed-on: https://go-review.googlesource.com/c/go/+/354971 Reviewed-by: Ian Lance Taylor Reviewed-by: Tobias Klauser --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 8a5ba487a9..a5b47fa261 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -31,8 +31,11 @@ Do not send CLs removing the interior tags from such phrases.

Ports

-

- TODO: complete this section, or delete if not needed +

+ Go 1.18 is the last release that is supported on FreeBSD 11.x, which has + already reached end-of-life. Go 1.19 will require FreeBSD 12.2+ or FreeBSD + 13.0+. + FreeBSD 13.0+ will require a kernel with the COMPAT_FREEBSD12 option set (this is the default).

Tools