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

Update README.md

Note that WTF now requires Go 1.15 due to how we import `time/tzinfo` now.
This commit is contained in:
Chris Cummer 2020-10-12 13:16:44 -07:00 committed by GitHub
parent 35499987ce
commit ebea03edcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ docker cp wtf_build:/usr/local/bin/wtfutil ~/.local/bin
docker rm wtf_build docker rm wtf_build
``` ```
**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. **Note:** WTF is _only_ compatible with Go versions **1.15.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.
### Installing via Arch User Repository ### Installing via Arch User Repository