mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
README, go.mod: require go 1.15+
This mostly reverts commit e2dd9220dd, and bumps
the min Go version to 1.15.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ A third party security audit was performed by Cure53, you can see the full repor
|
||||
## Building
|
||||
|
||||
`runc` currently supports the Linux platform with various architecture support.
|
||||
It must be built with Go version 1.14 or higher.
|
||||
It must be built with Go version 1.15 or higher.
|
||||
|
||||
In order to enable seccomp support you will need to install `libseccomp` on your platform.
|
||||
> e.g. `libseccomp-devel` for CentOS, or `libseccomp-dev` for Ubuntu
|
||||
|
||||
Reference in New Issue
Block a user