File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ export GOARCH := $(NDK_GO_ARCH_MAP_$(ANDROID_ARCH_NAME))
20
20
export GOOS := android
21
21
export CGO_ENABLED := 1
22
22
23
- GO_VERSION := 1.15.2
23
+ GO_VERSION := 1.15.6
24
24
GO_PLATFORM := $(shell uname -s | tr '[:upper:]' '[:lower:]') -$(NDK_GO_ARCH_MAP_$(shell uname -m) )
25
25
GO_TARBALL := go$(GO_VERSION ) .$(GO_PLATFORM ) .tar.gz
26
- GO_HASH_darwin-amd64 := 9bd39600d9fa1fa4a5ccce8761d249f7421cffe671376f791293c4138f3d7c62
27
- GO_HASH_linux-amd64 := b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552
26
+ GO_HASH_darwin-amd64 := 940a73b45993a3bae5792cf324140dded34af97c548af4864d22fd6d49f3bd9f
27
+ GO_HASH_linux-amd64 := 3918e6cc85e7eaaa6f859f1bdbaac772e7a825b0eb423c63d3ae68b21f84b844
28
28
29
29
default : $(DESTDIR ) /libwg-go.so
30
30
You can’t perform that action at this time.
0 commit comments