]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/work: update minimum supported s390x version on go
authorSrinivas Pokala <Pokala.Srinivas@ibm.com>
Mon, 21 Apr 2025 07:42:45 +0000 (09:42 +0200)
committerKeith Randall <khr@google.com>
Fri, 16 May 2025 16:15:37 +0000 (09:15 -0700)
commit2b3794e3e8a0ecf9d0ff7d8689ca9cdaea974e08
tree5373eb43fa2de8be06af1d0dc77bcf53e1476c4a
parentf529d56508b4bbb1e3707917404be57e9b815ccd
cmd/go/internal/work: update minimum supported s390x version on go

This updates cgo support for s390x changing from z196 to z13, as
z13 is the minimum machine level running on go for s390x.

Change-Id: I1a102294b2108c35ddb1428bf287ce83debaeac8
Reviewed-on: https://go-review.googlesource.com/c/go/+/666995
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/go/internal/work/exec.go