diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-02-03 17:21:34 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-02-03 17:21:34 +0100 |
commit | 6e7b6bcc35c9071ec6a5e6e35a0ce4495fd14edb (patch) | |
tree | 0ae530b84fd5f202c7ee3c93f146be5b93426d4a /app/tools | |
parent | e70d5be535d9bc97b3f9ed61b8acc1640fd3d757 (diff) |
wg-go: bump go requirement
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/tools')
-rw-r--r-- | app/tools/libwg-go/Makefile | 2 |
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 |