aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-08-14 15:01:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-08-18 13:34:48 +0200
commit4f29327aa07fb7031aeb1861090d9af15c001717 (patch)
tree914faf5cc4baaf507fd60ab95df06d4b7ddfb953
parentlocale: sync translations and rework enumeration (diff)
downloadwireguard-windows-4f29327aa07fb7031aeb1861090d9af15c001717.tar.xz
wireguard-windows-4f29327aa07fb7031aeb1861090d9af15c001717.zip
build: update to go 1.15
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index bb8c66f4..003f40ad 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.14.4.windows-amd64.zip e04f591219b18e7cabe73eb79c90405b5c7a5baee61377670d7a48429c5c978d || goto :error
+ call :download go.zip https://dl.google.com/go/go1.15.windows-amd64.zip dc491314dff5b87ad50bf1cf56715de8f8c54489be30f3e19239bc2ad1af25e3 || 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