-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
change go minimum version in README #4416
Changes from all commits
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 |
---|---|---|
|
@@ -27,16 +27,10 @@ A third party security audit was performed by Cure53, you can see the full repor | |
|
||
## Building | ||
|
||
`runc` only supports Linux. It must be built with Go version 1.21 or higher. | ||
`runc` only supports Linux. See the header of [`go.mod`](./go mod) for the required Go version. | ||
|
||
### Pre-Requisites | ||
|
||
#### Go | ||
|
||
NOTE: if building with Go 1.22.x, make sure to use 1.22.4 or a later version | ||
(see [issue #4233](https://github.com/opencontainers/runc/issues/4233) for | ||
more details). | ||
|
||
Comment on lines
-34
to
-39
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. To other reviewers: this is no longer needed since PR #4407. 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. Should i change 1.22.4 to 1.22 in my changes? 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. IMHO just removing this is fine. I think @kolyshkin was just giving context to other reviewers on why removing that note seems fine. |
||
#### Utilities and Libraries | ||
|
||
In addition to Go, building `runc` requires multiple utilities and libraries to be installed on your system. | ||
|
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 was changed. If we are going to have some text, the text before seem better. But I'm fine with this.
@kolyshkin what do you think? You weighted on this before.