mirror of
https://github.com/opencontainers/runc.git
synced 2025-09-26 19:41:35 +08:00
change go minimum version in README
Signed-off-by: Amir M. Ghazanfari <a.m.ghazanfari76@gmail.com> Update go version Co-authored-by: Akihiro Suda <suda.kyoto@gmail.com> Signed-off-by: Amir M. Ghazanfari <a.m.ghazanfari76@gmail.com>
This commit is contained in:
@@ -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).
|
||||
|
||||
#### Utilities and Libraries
|
||||
|
||||
In addition to Go, building `runc` requires multiple utilities and libraries to be installed on your system.
|
||||
|
Reference in New Issue
Block a user