From 205a7e16004073e86f653341dd0c79a7c0d005da Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 3 Sep 2019 08:43:16 -0600 Subject: build: bump dependencies Signed-off-by: Jason A. Donenfeld --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c85b91e1..ba86cc22 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst SOURCE_FILES := $(call rwildcard,,*.go *.c *.h) .deps/prepared RESOURCE_FILES := resources.rc version/version.h manifest.xml $(patsubst %.svg,%.ico,$(wildcard ui/icon/*.svg)) -REQUIRED_GO_VERSION := go1.13beta1 +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 -- cgit v1.2.3-59-g8ed1b