-
Notifications
You must be signed in to change notification settings - Fork 66
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
CLI crash when creating emulator account #1902
Comments
This is related to Homebrew/homebrew-core#216372. The Homebrew formulae is not pinned to a specfic Go version and has recently updated to go1.24. The specific problem is likely in an upstream package (e.g. github.com/onflow/crypto) and will be resolved when this repo updates to go1.24 and makes the required changes. For this reason, this bug only affects Homebrew builds, but manual installs remain functional. |
Pin the go dependency to 1.23 due to onflow/flow-cli#1902 and create a new revision due to the faulty release causing CLI crashes
Pin the go dependency to 1.23 due to onflow/flow-cli#1902 and create a new revision due to the faulty release causing CLI crashes
I suggest you to try fixing this, to not depend on Go 1.23, which will be supported only until August 2025 when Go 1.25 is scheduled for release and support for Go 1.23 will be dropped. |
Problem
CLI v2.2.7 crashed when creating account on emulator
Steps to Reproduce
in a newly created project (after flow init)
run: flow accounts create
stack trace:
The text was updated successfully, but these errors were encountered: