From 3347bd769c879bf3e96ca7ab01969ca05e507640 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 17 May 2018 14:05:32 +0100 Subject: [PATCH] docs: Mention versions database for golang in dev guide Provide a pointer to the versions database to allow developers to see the range of golang versions known to work. Signed-off-by: James O. D. Hunt --- Developer-Guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Developer-Guide.md b/Developer-Guide.md index bd69cb7f1a..d16d58639f 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -53,6 +53,10 @@ guest kernel. You need to install the following to build Kata Containers components: - [golang](https://golang.org/dl) version 1.8.3 or newer. + + 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). + - `make`. - `gcc` (required for building the shim and runtime).