From 2b68c03a60720490d3397ef7d04cd00f191b78a0 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 23 Feb 2022 15:48:19 -0500 Subject: [PATCH] Update Go version recommendation in getting started Signed-off-by: Phil Estes --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 6de99c6e6..2636f31fe 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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. 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`. -This project requires Go 1.9.x or above. -If you need to install Go or update your currently installed one, please refer to Go install page at https://golang.org/doc/install. +This project requires a recent version of Go (minimum 1.16). If you need to install or update Go +please refer to the [Go install instructions](https://go.dev/doc/install). ## Starting containerd