From 20c110eb2aacd9023bf7340252f14c83cba7abba Mon Sep 17 00:00:00 2001 From: Yuval Pavel Zholkover Date: Fri, 1 Feb 2019 17:58:01 +0200 Subject: [PATCH] doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREEBSD11 Fixes #22447 Fixes #22448 Change-Id: Ia24f42c31e014c79040ff927f1247dfb2318de4f Reviewed-on: https://go-review.googlesource.com/c/160778 Reviewed-by: Brad Fitzpatrick Reviewed-by: Tobias Klauser --- doc/go1.12.html | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.12.html b/doc/go1.12.html index e92d368386..5cd35b94c4 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -47,6 +47,7 @@ Do not send CLs removing the interior tags from such phrases. Go 1.12 is the last release that is supported on FreeBSD 10.x, which has already reached end-of-life. Go 1.13 will require FreeBSD 11.2+ or FreeBSD 12.0+. + FreeBSD 12.0+ requires a kernel with the COMPAT_FREEBSD11 option set (this is the default).

-- 2.50.0