From ebea03edcff0cb5b24c61b1c49d2f547f430654e Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Mon, 12 Oct 2020 13:16:44 -0700 Subject: [PATCH] Update README.md Note that WTF now requires Go 1.15 due to how we import `time/tzinfo` now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 303bed17..f83cc1d1 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ docker cp wtf_build:/usr/local/bin/wtfutil ~/.local/bin 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