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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-08-24 14:29:03 +01:00
parent 881fac25f5
commit b47d88f2a4

View File

@ -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).