浏览代码

wg-go: bump go requirement

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
master
Jason A. Donenfeld 4 年前
父节点
当前提交
6e7b6bcc35
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/tools/libwg-go/Makefile

+ 1
- 1
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



正在加载...
取消
保存