aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-09-03 08:43:16 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2019-09-05 22:03:26 -0600
commitb02be86ea0326f8be274c7d74a3f219e8e95f2ef (patch)
tree9e3711eb750577eb53d21e711a880cd2af6e7da9 /Makefile
parentui: syntax: support Shift+Ins pasting too (diff)
downloadwireguard-windows-b02be86ea0326f8be274c7d74a3f219e8e95f2ef.tar.xz
wireguard-windows-b02be86ea0326f8be274c7d74a3f219e8e95f2ef.zip
build: bump dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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