You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like Atomic Pointer are new feature in golang1.19, which means current Ubuntu unsupported out of the box. So need to fix README which currently states "Building geth requires both a Go (version 1.18 or later)".
I mistakenly introduced a Go v1.19 feature into the codebase thinking it was already introduced before. Please either upgrade your golang to v1.19 or use this branch as a quickfix, which reverts the commit in question: #26686
Looks like Atomic Pointer are new feature in golang1.19, which means current Ubuntu unsupported out of the box. So need to fix README which currently states "Building geth requires both a Go (version 1.18 or later)".
System information
OS & Version: Linux
Commit hash : 03585ed
Expected behaviour
Compiles. Was working a few days ago. make clean doesn't fix.
Actual behaviour
The text was updated successfully, but these errors were encountered: