File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ export GOARCH := $(NDK_GO_ARCH_MAP_$(ANDROID_ARCH_NAME))
2020export GOOS := android
2121export CGO_ENABLED := 1
2222
23- GO_VERSION := 1.21 .3
23+ GO_VERSION := 1.24 .3
2424GO_PLATFORM := $(shell uname -s | tr '[:upper:]' '[:lower:]') -$(NDK_GO_ARCH_MAP_$(shell uname -m) )
2525GO_TARBALL := go$(GO_VERSION ) .$(GO_PLATFORM ) .tar.gz
26- GO_HASH_darwin-amd64 := 27014fc69e301d7588a169ca239b3cc609f0aa1abf38528bf0d20d3b259211eb
27- GO_HASH_darwin-arm64 := 65302a7a9f7a4834932b3a7a14cb8be51beddda757b567a2f9e0cbd0d7b5a6ab
28- GO_HASH_linux-amd64 := 1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8
26+ GO_HASH_darwin-amd64 := 13e6fe3fcf65689d77d40e633de1e31c6febbdbcb846eb05fc2434ed2213e92b
27+ GO_HASH_darwin-arm64 := 64a3fa22142f627e78fac3018ce3d4aeace68b743eff0afda8aae0411df5e4fb
28+ GO_HASH_linux-amd64 := 3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8
2929
3030default : $(DESTDIR ) /libwg-go.so
3131
You can’t perform that action at this time.
0 commit comments