From: Cherry Mui Date: Tue, 11 Jun 2024 14:25:33 +0000 (-0400) Subject: doc/next: resolve a TODO for openbsd/riscv64 port X-Git-Tag: go1.23rc1~48 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6165bb11d7256cf55dde8bf5fb23bdf96c932197;p=gostls13.git doc/next: resolve a TODO for openbsd/riscv64 port 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 Reviewed-by: Joel Sing LUCI-TryBot-Result: Go LUCI --- diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index 11810eafc2..5b345fb82e 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -15,8 +15,7 @@ Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. ### OpenBSD {#openbsd} - -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}