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:
Amir M. Ghazanfari
2024-09-25 16:13:17 +03:30
parent 8e03054c69
commit bb2bd38d6f

View File

@@ -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.