From 68284c751ba1dc8f455736f524f515f6b07a0def Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 27 Sep 2019 12:29:28 +0200 Subject: build: bump and loosen go version Signed-off-by: Jason A. Donenfeld --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-59-g8ed1b