Skip to content

Commit e883005

Browse files
committed
doc/go1.18: document that iOS 12 or newer is required
For #47694. Updates #49616. Updates #48076. Change-Id: I570564c3a54d3cd9cfc9b8267df9fbee3363b650 Reviewed-on: https://go-review.googlesource.com/c/go/+/366914 Trust: Dmitri Shuralyov <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent b38ab0a commit e883005

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/go1.18.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ <h3 id="riscv">RISC-V</h3>
105105
now supports the <code>c-archive</code> and <code>c-shared</code> build modes.
106106
</p>
107107

108+
<h3 id="ios">iOS</h3>
109+
110+
<p><!-- golang.org/issue/48076, golang.org/issue/49616 -->
111+
On iOS (the <code>ios/arm64</code> port)
112+
and iOS simulator running on AMD64-based macOS (the <code>ios/amd64</code> port),
113+
Go 1.18 now requires iOS 12 or later; support for previous versions has been discontinued.
114+
</p>
115+
108116
<h2 id="tools">Tools</h2>
109117

110118
<h3 id="go-command">Go command</h3>

0 commit comments

Comments
 (0)