Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with Go 1.23rc #30100

Closed
stefanb opened this issue Jul 1, 2024 · 1 comment
Closed

Build fails with Go 1.23rc #30100

stefanb opened this issue Jul 1, 2024 · 1 comment
Labels

Comments

@stefanb
Copy link

stefanb commented Jul 1, 2024

Building with Go 1.23 in

threw an error:

  github.com/ethereum/go-ethereum/cmd/abigen
  # github.com/ethereum/go-ethereum/cmd/abigen
  link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld
  util.go:47: exit status 1
  exit status 1

indicating, that referenced upstream Go module github.com/fjl/memsize is not yet compatible with upcoming Go 1.23

See

@fjl
Copy link
Contributor

fjl commented Jul 3, 2024

It's a known issue.

@fjl fjl changed the title Build fails with Go 1.23 Build fails with Go 1.23rc Jul 4, 2024
stefanb added a commit to Homebrew/homebrew-core that referenced this issue Aug 1, 2024
use "go" again when ethereum/go-ethereum#30100 is resolved and released
stefanb added a commit to Homebrew/homebrew-core that referenced this issue Aug 1, 2024
use "go" again when ethereum/go-ethereum#30100 is resolved and released

To be merged after #175310
kevinhalliday added a commit to omni-network/omni that referenced this issue Aug 14, 2024
Lock go minor version in ci

Locking goversion to 1.22 in ci until we can upgrade to 1.23. Upgrade to
1.23
is blocked by ethereum/go-ethereum#30100

issue: none
kevinhalliday added a commit to omni-network/omni that referenced this issue Aug 14, 2024
Lock go minor version in ci

Locking goversion to 1.22 in ci until we can upgrade to 1.23. Upgrade to
1.23
is blocked by ethereum/go-ethereum#30100

Adds version locks missed in
#1721


issue: none
@fjl fjl closed this as completed Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants