-
Notifications
You must be signed in to change notification settings - Fork 20.8k
build: upgrade -dlgo version to Go 1.24.0 #31159
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
Changes from 4 commits
33706c9
d1e5d9b
e328d35
8938c62
7517396
b41ed2b
ecf36cd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ archives are published at https://geth.ethereum.org/downloads/. | |
|
||
For prerequisites and detailed build instructions please read the [Installation Instructions](https://geth.ethereum.org/docs/getting-started/installing-geth). | ||
|
||
Building `geth` requires both a Go (version 1.22 or later) and a C compiler. You can install | ||
Building `geth` requires both a Go (version 1.23 or later) and a C compiler. You can install | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any particular reason to bump the minimal version requirement? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See the comment by @holiman
So I updated the minimal version requirement. |
||
them using your favourite package manager. Once the dependencies are installed, run | ||
|
||
```shell | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not correct. We always want to keep a builder around for the previous Go releases, to catch regressions where we accidentally start using Go 1.24 features.