From f8f03700cc464cb81d72bfa2f78d884bff6fb93c Mon Sep 17 00:00:00 2001 From: Kenta Tada Date: Mon, 6 Apr 2020 20:14:21 +0900 Subject: [PATCH] README.md: update Go version to build Signed-off-by: Kenta Tada --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 765591ff..7ca535df 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,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.6 or higher in order for some features to function properly. +It must be built with Go version 1.13 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