aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.bat
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-02-27 12:39:25 +0800
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-27 12:39:30 +0800
commit49b5ede26ebfd943bd4192ea4662dd28ca9109c8 (patch)
treeb839cb6323d749ac2babed8df56c1371445ac0e6 /build.bat
parentmod: bump (diff)
downloadwireguard-windows-49b5ede26ebfd943bd4192ea4662dd28ca9109c8.tar.xz
wireguard-windows-49b5ede26ebfd943bd4192ea4662dd28ca9109c8.zip
build: bump to go 1.14
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index e9c55e80..53cc5531 100644
--- a/build.bat
+++ b/build.bat
@@ -13,7 +13,7 @@ if exist .deps\prepared goto :render
rmdir /s /q .deps 2> NUL
mkdir .deps || goto :error
cd .deps || goto :error
- call :download go.zip https://dl.google.com/go/go1.13.8.windows-amd64.zip aaf0888907144ca7070c8dad03fcf1308f77a42d2f6e4d2a609e64e9ae73cf4f || goto :error
+ call :download go.zip https://dl.google.com/go/go1.14.windows-amd64.zip cc2f1e8d19744fe0b2e979bf9a4f9d224e416f4f54cb6cf3aa8b5e9c0865de37 || goto :error
rem Mirror of https://musl.cc/i686-w64-mingw32-native.zip
call :download mingw-x86.zip https://download.wireguard.com/windows-toolchain/distfiles/i686-w64-mingw32-native-20190903.zip dfb297cc86c4a4c12eedaeb0a89dff2e1cfa9afacfb9c32690dd23ca7726560a || goto :error
rem Mirror of https://musl.cc/x86_64-w64-mingw32-native.zip