Skip to content

Commit

Permalink
internal/releasetargets: regenerate all ports for Go 1.23
Browse files Browse the repository at this point in the history
The release freeze for Go 1.23 has started, so now is a good
time to regenerate this list. Done with 'go generate'.

The list is the same as for Go 1.22 with the addition of the
new openbsd/riscv64 port.

For golang/go#40561.
For golang/go#55999.

Change-Id: Ib920c3b4337fcd9aa4a765e5622e6c158f829bda
Reviewed-on: https://go-review.googlesource.com/c/build/+/588137
Reviewed-by: Carlos Amedee <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed May 24, 2024
1 parent 71c8231 commit 22ca237
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
49 changes: 49 additions & 0 deletions internal/releasetargets/allports/go1.23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
aix/ppc64
android/386
android/amd64
android/arm
android/arm64
darwin/amd64
darwin/arm64
dragonfly/amd64
freebsd/386
freebsd/amd64
freebsd/arm
freebsd/arm64
freebsd/riscv64
illumos/amd64
ios/amd64
ios/arm64
js/wasm
linux/386
linux/amd64
linux/arm
linux/arm64
linux/loong64
linux/mips
linux/mips64
linux/mips64le
linux/mipsle
linux/ppc64
linux/ppc64le
linux/riscv64
linux/s390x
netbsd/386
netbsd/amd64
netbsd/arm
netbsd/arm64
openbsd/386
openbsd/amd64
openbsd/arm
openbsd/arm64
openbsd/ppc64
openbsd/riscv64
plan9/386
plan9/amd64
plan9/arm
solaris/amd64
wasip1/wasm
windows/386
windows/amd64
windows/arm
windows/arm64
2 changes: 2 additions & 0 deletions internal/releasetargets/releases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ openbsd-arm64 openbsd arm64 (cross-compiled via distpack)

openbsd-ppc64 openbsd ppc64 (cross-compiled via distpack)

openbsd-riscv64 openbsd riscv64 (cross-compiled via distpack)

plan9-386 plan9 386 (cross-compiled via distpack)

plan9-amd64 plan9 amd64 (cross-compiled via distpack)
Expand Down

0 comments on commit 22ca237

Please sign in to comment.