Skip to content

Commit

Permalink
doc/go1.21: document macOS and Windows requirements
Browse files Browse the repository at this point in the history
For #58645.
Fixes #57125.
Fixes #57003.
Fixes #57004.

Change-Id: I365929ca36aeb32e9ecd19f870e70869933ba6a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/500239
Reviewed-by: Eli Bendersky <eliben@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
  • Loading branch information
dmitshur authored and gopherbot committed Jun 2, 2023
1 parent ae71a86 commit 6260049
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/go1.21.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,22 @@ <h2 id="language">Changes to the language</h2>

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

<h3 id="darwin">Darwin</h3>

<p><!-- go.dev/issue/57125 -->
As <a href="go1.20#darwin">announced</a> in the Go 1.20 release notes,
Go 1.21 requires macOS 10.15 Catalina or later;
support for previous versions has been discontinued.
</p>

<h3 id="windows">Windows</h3>

<p><!-- go.dev/issue/57003, go.dev/issue/57004 -->
As <a href="go1.20#windows">announced</a> in the Go 1.20 release notes,
Go 1.21 requires at least Windows 10 or Windows Server 2016;
support for previous versions has been discontinued.
</p>

<!-- CL 470695 -->
<p>
<!-- cmd/dist: default to GOARM=7 on all non-arm systems -->
Expand Down

0 comments on commit 6260049

Please sign in to comment.