From b48b774e9771b53a394bf9c1cfaabaffaa11242c Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sat, 21 Aug 2021 15:35:36 -0700 Subject: [PATCH] Specify minimum go version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84866e1..f3e0d5b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Use "itctl [command] --help" for more information about a command. ### Installation -To install, install the go compiler and make. Usually, go is provided by a package either named `go` or `golang`, and make is usually provided by `make`. +To install, install the go compiler and make. Usually, go is provided by a package either named `go` or `golang`, and make is usually provided by `make`. The go compiler must be version 1.16 or newer for the `io/fs` module. To install, run ```shell