mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
go.mod,README: require Go 1.21
Go 1.20 was released in February 2023 and is no longer supported since February 2024. Time to move on. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ 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.19 or higher.
|
||||
`runc` only supports Linux. It must be built with Go version 1.21 or higher.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user