]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: resolve a TODO for openbsd/riscv64 port
authorCherry Mui <cherryyz@google.com>
Tue, 11 Jun 2024 14:25:33 +0000 (10:25 -0400)
committerCherry Mui <cherryyz@google.com>
Tue, 11 Jun 2024 16:54:08 +0000 (16:54 +0000)
I think we want to keep the "experimental" as we did before. Also
added "64-bit" to be more specific.

For #65614.

Change-Id: I928d0ba6f1b53efa1f882f81f68bfb2446c7ab42
Reviewed-on: https://go-review.googlesource.com/c/go/+/591896
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Joel Sing <joel@sing.id.au>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

doc/next/7-ports.md

index 11810eafc2e55ad51b1cc2fa89ebe77944762cec..5b345fb82ed86178fb79f7b0e7beaee047bc495b 100644 (file)
@@ -15,8 +15,7 @@ Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later.
 ### OpenBSD {#openbsd}
 
 <!-- go.dev/issue/55999, CL 518629, CL 518630 -->
-<!-- TODO: Should it say 'experimental' like in go.dev/doc/go1.22#openbsd or https://go.dev/doc/go1.20#freebsd-riscv, or not? -->
-Go 1.23 adds experimental support for OpenBSD on RISC-V (`GOOS=openbsd`, `GOARCH=riscv64`).
+Go 1.23 adds experimental support for OpenBSD on 64-bit RISC-V (`GOOS=openbsd`, `GOARCH=riscv64`).
 
 ### Wasm {#wasm}