Skip to content

go.mod: upgrade golang.org/x/sys for go1.17 support#23406

Merged
fjl merged 1 commit intoethereum:masterfrom
ucwong:sysx
Aug 23, 2021
Merged

go.mod: upgrade golang.org/x/sys for go1.17 support#23406
fjl merged 1 commit intoethereum:masterfrom
ucwong:sysx

Conversation

@ucwong
Copy link
Copy Markdown
Contributor

@ucwong ucwong commented Aug 17, 2021

https://golang.org/doc/go1.17

Darwin

As announced in the Go 1.16 release notes, Go 1.17 requires macOS 10.13 High Sierra or later; support for previous versions has been discontinued.

Windows

Go 1.17 adds support of 64-bit ARM architecture on Windows (the windows/arm64 port). This port supports cgo.

OpenBSD

The 64-bit MIPS architecture on OpenBSD (the openbsd/mips64 port) now supports cgo.

ARM64

Go programs now maintain stack frame pointers on the 64-bit ARM architecture on all operating systems. Previously it maintained stack frame pointers only on Linux, macOS, and iOS.

loong64 GOARCH value reserved

The main Go compiler does not yet support the LoongArch architecture, but we've reserved the GOARCH value "loong64". This means that Go files named *_loong64.go will now be ignored by Go tools except when that GOARCH value is being used.

@ucwong ucwong changed the title go.mod : golang1.7 sys plateform support go.mod : golang1.17 sys plateform support Aug 17, 2021
@fjl fjl changed the title go.mod : golang1.17 sys plateform support go.mod: upgrade golang.org/x/sys for go1.17 support Aug 18, 2021
@jyap808
Copy link
Copy Markdown
Contributor

jyap808 commented Aug 23, 2021

This crashes on Darwin using Go 1.17 without this patch.

More context: Homebrew/homebrew-core#83413

@fjl fjl merged commit dfeb2f7 into ethereum:master Aug 23, 2021
@fjl fjl added this to the 1.10.8 milestone Aug 23, 2021
sidhujag pushed a commit to sidhujag/go-ethereum that referenced this pull request Aug 23, 2021
atif-konasl pushed a commit to frozeman/pandora-execution-engine that referenced this pull request Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants