From 84f407278c4a92e6a18df4b714f4da8aee343908 Mon Sep 17 00:00:00 2001 From: Travis McLane Date: Mon, 14 Sep 2020 19:05:00 -0500 Subject: [PATCH] use wailsapp/xgo:1.0.1 for cross-compiling --- cmd/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helpers.go b/cmd/helpers.go index 801571f9a..85742b5c0 100644 --- a/cmd/helpers.go +++ b/cmd/helpers.go @@ -18,7 +18,7 @@ import ( "github.com/leaanthony/spinner" ) -const xgoVersion = "latest" +const xgoVersion = "1.0.1" var fs = NewFSHelper()