From 6d9f6fc6e6b537312fdc926bf66ba55f2b92bbb6 Mon Sep 17 00:00:00 2001 From: Arsen6331 Date: Mon, 9 May 2022 21:46:03 -0700 Subject: [PATCH] Update Go compiler requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d490f9e..53e2da6 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ go build ./cmd/itgui ### 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`. The go compiler must be version 1.16 or newer for the `io/fs` module. +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.17 or newer for various new `reflect` features. To install, run ```shell