diff options
author | 2025-03-18 12:40:49 +0100 | |
---|---|---|
committer | 2025-03-18 12:58:41 +0100 | |
commit | 8e6558eba6665b51de35779bffa46803dbc4c10d (patch) | |
tree | 4d57ba0a6817261e0416cc200ffc0a53e74c3964 /go.mod.master | |
parent | build: make code signing method configurable (diff) | |
download | wireguard-windows-master.tar.xz wireguard-windows-master.zip |
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.master | 2 |
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 |