From 17b5898dd38d0b728b76ba75b0e22e74efff6e2b Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sat, 15 Aug 2020 10:58:15 +0200 Subject: [PATCH] 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 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 95046d41..818067ac 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gioui.org -go 1.13 +go 1.14 require ( golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3