From 4bacf4a37c8ed4091c3201835a0e3db919a6464a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 8 Feb 2021 16:16:15 +0100 Subject: build: port to arm64 We build Go from modified-source with a bootstrap version, rather than shipping so many patches in this repo. This commit also removes the previous WOW hacks, and goes back to strictly forbidding WOW. Signed-off-by: Jason A. Donenfeld --- go.mod.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod.master') diff --git a/go.mod.master b/go.mod.master index 6993a3ac..a61c1ed9 100644 --- a/go.mod.master +++ b/go.mod.master @@ -1,6 +1,6 @@ module golang.zx2c4.com/wireguard/windows -go 1.15 +go 1.16 require ( github.com/lxn/walk latest -- cgit v1.2.3-59-g8ed1b