go.mod: bump Go version to 1.14

Go 1.15 is out so let's bump the version to 1.14 to sidestep the annoying
webassembly syscall/js change from Go 1.13.

Go 1.13 (and warlier?) will still attempt to build, but when failing to
build a webassembly program the go tool will report the version mismatch.

Fixes gio#156

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-08-15 10:58:15 +02:00
parent 6c30c6386c
commit 17b5898dd3
+1 -1
View File
@@ -1,6 +1,6 @@
module gioui.org
go 1.13
go 1.14
require (
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3