aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod.master
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2025-03-18 12:40:49 +0100
committerSimon Rozman <simon@rozman.si>2025-03-18 12:58:41 +0100
commit8e6558eba6665b51de35779bffa46803dbc4c10d (patch)
tree4d57ba0a6817261e0416cc200ffc0a53e74c3964 /go.mod.master
parentbuild: make code signing method configurable (diff)
downloadwireguard-windows-master.tar.xz
wireguard-windows-master.zip
build: bump to go 1.20.14HEADmaster
This fixes "Import tunnel(s) from file" and any other file open/save dialog popup crash on ARM64. Reported-by: Damjan Perenič <dperenic@connect.ust.hk> Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'go.mod.master')
-rw-r--r--go.mod.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod.master b/go.mod.master
index ca40b2f0..e4adb918 100644
--- a/go.mod.master
+++ b/go.mod.master
@@ -1,6 +1,6 @@
module golang.zx2c4.com/wireguard/windows
-go 1.18
+go 1.20
require (
github.com/lxn/walk latest