From 0394a1bfcce07a4cb5b8c0d7d346dec563e97b9e Mon Sep 17 00:00:00 2001 From: zarzet Date: Sat, 29 Aug 2026 18:57:31 +0700 Subject: [PATCH] build(go): update toolchain to 1.26.6 --- go_backend/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go_backend/go.mod b/go_backend/go.mod index 1d57a262..ac7df8bc 100644 --- a/go_backend/go.mod +++ b/go_backend/go.mod @@ -3,7 +3,7 @@ module github.com/zarz/spotiflac_android/go_backend // Needs >= 1.26.3: fixes the cgo "bulkBarrierPreWrite" crash (golang/go#46893) // without the 1.26.0-1.26.2 arm32 SIGSYS regression (golang/go#78936). // Full patch version here because gomobile's bind module inherits it. -go 1.26.5 +go 1.26.6 require ( github.com/dop251/goja v0.0.0-20260826204918-8f1c0696a37b