aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-02-03 17:21:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-03 17:21:34 +0100
commit6e7b6bcc35c9071ec6a5e6e35a0ce4495fd14edb (patch)
tree0ae530b84fd5f202c7ee3c93f146be5b93426d4a
parentwg: remove mnl dependency and bump dep (diff)
downloadwireguard-android-6e7b6bcc35c9071ec6a5e6e35a0ce4495fd14edb.tar.xz
wireguard-android-6e7b6bcc35c9071ec6a5e6e35a0ce4495fd14edb.zip
wg-go: bump go requirement
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--app/tools/libwg-go/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tools/libwg-go/Makefile b/app/tools/libwg-go/Makefile
index 617f7b62..5c46df52 100644
--- a/app/tools/libwg-go/Makefile
+++ b/app/tools/libwg-go/Makefile
@@ -20,7 +20,7 @@ export GOARCH := $(NDK_GO_ARCH_MAP_$(ANDROID_ARCH_NAME))
export GOOS := android
export CGO_ENABLED := 1
-DESIRED_GO_VERSION := 1.13.3
+DESIRED_GO_VERSION := 1.13.7
default: $(DESTDIR)/libwg-go.so