Merge pull request #6585 from estesp/update-go-vers

Update Go version recommendation in getting started
This commit is contained in:
Akihiro Suda 2022-02-24 08:12:56 +09:00 committed by GitHub
commit 4595cdef89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ However, if you want to integrate containerd into your project we have an easy t
In this guide we will pull and run a redis server with containerd using the client package. In this guide we will pull and run a redis server with containerd using the client package.
We will assume that you are running a modern linux host for this example with a compatible build of `runc`. We will assume that you are running a modern linux host for this example with a compatible build of `runc`.
Please refer to [RUNC.md](/docs/RUNC.md) for the currently supported version of `runc`. Please refer to [RUNC.md](/docs/RUNC.md) for the currently supported version of `runc`.
This project requires Go 1.9.x or above. This project requires a recent version of Go (minimum 1.16). If you need to install or update Go
If you need to install Go or update your currently installed one, please refer to Go install page at https://golang.org/doc/install. please refer to the [Go install instructions](https://go.dev/doc/install).
## Starting containerd ## Starting containerd