## Ports {#ports} ### Darwin {#darwin} As [announced](go1.22#darwin) in the Go 1.22 release notes, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. ### Linux {#linux} Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. Go 1.24 will require Linux kernel version 3.17 or later, with an exception that systems running 3.10 or later will continue to be supported if the kernel has been patched to support the getrandom system call. ### OpenBSD {#openbsd} Go 1.23 adds experimental support for OpenBSD on RISC-V (`GOOS=openbsd`, `GOARCH=riscv64`). ### Wasm {#wasm} The `go_wasip1_wasm_exec` script in `GOROOT/misc/wasm` has dropped support for versions of `wasmtime` < 14.0.0.