aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/tools/libwg-go/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-10 09:09:56 -0600
committerHarsh Shandilya <me@msfjarvis.dev>2020-03-10 22:12:16 +0530
commit692b71af2351937fd6d63606d8f3170224ee3715 (patch)
tree0bbdef070be6879fb73944e397492a8ffac04a0d /tunnel/tools/libwg-go/Makefile
parentModuleDownloaderPreference: remove disable_kernel_module after downloading (diff)
downloadwireguard-android-692b71af2351937fd6d63606d8f3170224ee3715.tar.xz
wireguard-android-692b71af2351937fd6d63606d8f3170224ee3715.zip
tunnel: tools: update to latest go
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tunnel/tools/libwg-go/Makefile')
-rw-r--r--tunnel/tools/libwg-go/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tunnel/tools/libwg-go/Makefile b/tunnel/tools/libwg-go/Makefile
index 5c46df52..66470864 100644
--- a/tunnel/tools/libwg-go/Makefile
+++ b/tunnel/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.7
+DESIRED_GO_VERSION := 1.14
default: $(DESTDIR)/libwg-go.so