Skip to content

Commit

Permalink
doc/go1.15: 1.15 supports OpenBSD 6.7 on arm and arm64
Browse files Browse the repository at this point in the history
Change-Id: Ibea6fbb73abdb7201855e80967120c07484d6460
Reviewed-on: https://go-review.googlesource.com/c/go/+/236557
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
aclements committed Jun 4, 2020
1 parent b371f18 commit 9d715e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/go1.15.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ <h3 id="android">Android</h3>
planned to become the default NDK linker in a future NDK version.
</p>

<h3 id="openbsd">OpenBSD</h3>

<p><!-- CL 234381 -->
Go 1.15 adds support for OpenBSD 6.7 on <code>GOARCH=arm</code>
and <code>GOARCH=arm64</code>. Previous versions of Go already
supported OpenBSD 6.7 on <code>GOARCH=386</code>
and <code>GOARCH=amd64</code>.
</p>

<h3 id="riscv">RISC-V</h3>

<p>
Expand Down

0 comments on commit 9d715e0

Please sign in to comment.