forked from Elara6331/itd
Update Go compiler requirement
This commit is contained in:
parent
0cbd6a48ae
commit
6d9f6fc6e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user