mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
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:
@@ -73,7 +73,7 @@ guest kernel.
|
|||||||
|
|
||||||
You need to install the following to build Kata Containers components:
|
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
|
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).
|
[versions database](https://github.com/kata-containers/runtime/blob/master/versions.yaml).
|
||||||
|
Reference in New Issue
Block a user