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 | 8b4961728059521a156683937d3186eb2faf7c03 (patch) | |
tree | 0ae530b84fd5f202c7ee3c93f146be5b93426d4a /app/tools/libwg-go | |
parent | 2d3682778129896e07f38cd8c4a8b7a93e75253a (diff) |
wg-go: bump go requirement
Diffstat (limited to 'app/tools/libwg-go')
-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 |