From edd8cb2068b6501d6b631299038cb42194926a8e Mon Sep 17 00:00:00 2001 From: "Lynn Cyrin (they/them)" Date: Sat, 24 Aug 2019 14:44:56 -0700 Subject: [PATCH] Bump go version to 1.10 in readme Closes https://github.com/urfave/cli/issues/875 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ce0f3..96720b6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ organized, and expressive! ## Installation -Make sure you have a working Go environment. Go version 1.2+ is supported. [See +Make sure you have a working Go environment. Go version 1.10+ is supported. [See the install instructions for Go](http://golang.org/doc/install.html). To install cli, simply run: