diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-10 09:09:56 -0600 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-03-10 22:12:16 +0530 |
commit | 692b71af2351937fd6d63606d8f3170224ee3715 (patch) | |
tree | 0bbdef070be6879fb73944e397492a8ffac04a0d /tunnel/tools/libwg-go/Makefile | |
parent | 7e029f1db0b2f7b5dd7e0469c79ddb386ac40337 (diff) |
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/Makefile | 2 |
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 |