1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Readme update for the Go 1.12 requirement

This commit is contained in:
Tim Scheuermann 2019-10-15 13:37:14 +02:00
parent 91cbe0c2df
commit ed9ef3268e

View File

@ -127,7 +127,7 @@ make install
make run
```
**Note:** WTF is _only_ compatible with Go versions **1.11.0** or later (due to the use of Go modules). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules.
**Note:** WTF is _only_ compatible with Go versions **1.12.0** or later (due to the use of Go modules and newer standard library functions). If you would like to use `gccgo` to compile, you _must_ use `gccgo-9` or later which introduces support for Go modules.
## Communication