Skip to content

Commit f2141a7

Browse files
paulzholdmitshur
authored andcommitted
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 <[email protected]> Reviewed-by: Tobias Klauser <[email protected]>
1 parent 702e337 commit f2141a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/go1.18.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ <h2 id="language">Changes to the language</h2>
3131

3232
<h2 id="ports">Ports</h2>
3333

34-
<p>
35-
TODO: complete this section, or delete if not needed
34+
<p id="freebsd">
35+
Go 1.18 is the last release that is supported on FreeBSD 11.x, which has
36+
already reached end-of-life. Go 1.19 will require FreeBSD 12.2+ or FreeBSD
37+
13.0+.
38+
FreeBSD 13.0+ will require a kernel with the COMPAT_FREEBSD12 option set (this is the default).
3639
</p>
3740

3841
<h2 id="tools">Tools</h2>

0 commit comments

Comments
 (0)