diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-22 01:07:20 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-22 01:07:20 -0600 |
commit | 38c360cb742d0688456cff1da7a37426dba80cc5 (patch) | |
tree | 33ea613334304ffa701ae4257da1c0948de1e34b /tunnel/tools | |
parent | edba6406418578432134bbd70d88e7d19e0e1004 (diff) |
libwg-go: bump go version
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tunnel/tools')
-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 66470864..99ce0380 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.14 +DESIRED_GO_VERSION := 1.14.1 default: $(DESTDIR)/libwg-go.so |