README.md: suggest Go 1.13 now that it is released

Some platforms run on previous Go versions, but let's nudge people to use Go
1.13. Go 1.13 is required to build for WebAssembly and for running Go
binaries on the latest versions of Android, iOS, tvOS.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-03 22:52:26 +02:00
parent 82b0563c8b
commit 063b4a5659
+1 -1
View File
@@ -24,7 +24,7 @@ window management, input and GPU drawing.
## Running Gio programs
With [Go 1.12](https://golang.org/dl/) or newer,
With [Go 1.13](https://golang.org/dl/) or newer,
$ export GO111MODULE=on
$ go run gioui.org/apps/hello