From b47d88f2a4476643f6279439948ad985eab5713b Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 24 Aug 2018 14:29:03 +0100 Subject: [PATCH] docs: Don't hardcode minimum golang version The minimum golang version should be defined *once* - in [1]. Since the developer guide already provides a link to that human-readable file, remove the hard-coded golang version number to avoid having to maintain that part of the devguide. Fixes #232. [1] - https://github.com/kata-containers/runtime/blob/master/versions.yaml Signed-off-by: James O. D. Hunt --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index ec2f9f6d32..8646a11b91 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -73,7 +73,7 @@ guest kernel. You need to install the following to build Kata Containers components: -- [golang](https://golang.org/dl) version 1.8.3 or newer. +- [golang](https://golang.org/dl) To view the versions of go known to work, see the `golang` entry in the [versions database](https://github.com/kata-containers/runtime/blob/master/versions.yaml).