From: Dmitri Shuralyov Date: Wed, 14 Feb 2024 16:25:03 +0000 (-0500) Subject: doc/go1.23: document macOS requirements X-Git-Tag: go1.23rc1~1232 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b19164d5b4278b1e27fd0bd43011c6d05f9b8047;p=gostls13.git doc/go1.23: document macOS requirements For #64207. For #65614. Change-Id: Ia5365b4090060e0657c255341751d3e67691f836 Reviewed-on: https://go-review.googlesource.com/c/go/+/563856 Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Auto-Submit: Dmitri Shuralyov Reviewed-by: Than McIntosh --- diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index 8bea3f8fbc..796cc4bf1b 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -1,2 +1,8 @@ ## Ports {#ports} +### Darwin {#darwin} + + +As [announced](go1.22#darwin) in the Go 1.22 release notes, +Go 1.23 requires macOS 11 Big Sur or later; +support for previous versions has been discontinued.