From 1a6a8789c1915cd578b852bb31f05fa4773f08fe Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 27 Sep 2019 13:00:15 +0530 Subject: Update to Golang 1.12.10 Signed-off-by: Harsh Shandilya --- app/tools/libwg-go/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tools/libwg-go/Makefile b/app/tools/libwg-go/Makefile index dc9000c5..8dbf6f6a 100644 --- a/app/tools/libwg-go/Makefile +++ b/app/tools/libwg-go/Makefile @@ -24,7 +24,7 @@ default: $(DESTDIR)/libwg-go.so GOBUILDARCH := $(NDK_GO_ARCH_MAP_$(shell uname -m)) GOBUILDOS := $(shell uname -s | tr '[:upper:]' '[:lower:]') -GOBUILDVERSION := 1.12.5 +GOBUILDVERSION := 1.12.10 GOBUILDTARBALL := https://dl.google.com/go/go$(GOBUILDVERSION).$(GOBUILDOS)-$(GOBUILDARCH).tar.gz GOBUILDVERSION_NEEDED := go version go$(GOBUILDVERSION) $(GOBUILDOS)/$(GOBUILDARCH) export GOROOT := $(BUILDDIR)/goroot -- cgit v1.2.3-59-g8ed1b