summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-11-25 07:45:01 -0500
committerPietro Gagliardi <[email protected]>2014-11-25 07:45:01 -0500
commit1e5aa3b5d1b067b0a71ad555b49e8017c9d627de (patch)
tree0117d9ada93e0d6c0344d2280dee15f7d65610d6
parentaf7830cc5cbbd2e8ced8aa3e478f11c8afdb0d78 (diff)
Now require Go 1.4 due to crazy Go bugs unfixed in 1.3 stable releases. Thanks to github user @infogulch.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 99e582e..57c9b60 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This is a library that aims to provide simple GUI software development in Go. It
- Mac OS X: cgo, Mac OS X 10.7 and newer
- other Unixes: cgo, GTK+ 3.4 and newer
-Go 1.3 is required. Note that vanilla 1.3 has a bug in Mac OS X cgo; the next release will fix it.
+Go 1.4 RC1 or newer (including Go tip/master/direct from the source repository) is required. This is due to a variety of compiler and linker bugs on Windows and Mac OS X spanning the Go 1.3 release family.
(this README needs some work)