aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--build.bat2
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 917738c3..c61bc4f2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,11 +10,6 @@ rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst
SOURCE_FILES := $(call rwildcard,,*.go *.c *.h) .deps/prepared go.mod go.sum
RESOURCE_FILES := resources.rc version/version.h manifest.xml $(patsubst %.svg,%.ico,$(wildcard ui/icon/*.svg))
-REQUIRED_GO_VERSION := go1.13
-ifneq ($(shell go version 2>/dev/null | cut -d ' ' -f 3),$(REQUIRED_GO_VERSION))
-$(error $(REQUIRED_GO_VERSION) is required)
-endif
-
DEPLOYMENT_HOST ?= winvm
DEPLOYMENT_PATH ?= Desktop
diff --git a/build.bat b/build.bat
index 580dad8d..4249b012 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.windows-amd64.zip 7d162b83157d3171961f8e05a55b7da8476244df3fac28a5da1c9e215acfea89 || goto :error
+ call :download go.zip https://dl.google.com/go/go1.13.1.windows-amd64.zip 24cb08d369c1962cccacedc56fd79dc130f623b3b667a316554621ad6ac9b442 || 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