From 4b9642c7ba0c181319c84dc6f1e8953570fdc500 Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Thu, 4 Jun 2026 01:01:14 +0800 Subject: [PATCH] chore: bump go directive to 1.26.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update go directive and core dependency for plugin ABI alignment — Go plugins require an exact host/plugin Go runtime match. Co-Authored-By: Claude Opus 4.7 --- go.mod | 4 ++-- go.sum | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 31184bc..e02534d 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module git.dev.alexdunmow.com/block/lcars -go 1.26.2 +go 1.26.4 -require git.dev.alexdunmow.com/block/core v0.10.0 +require git.dev.alexdunmow.com/block/core v0.10.1-0.20260603040156-06cabd6eb9e6 require ( connectrpc.com/connect v1.20.0 // indirect diff --git a/go.sum b/go.sum index fb68555..902dc52 100644 --- a/go.sum +++ b/go.sum @@ -2,6 +2,8 @@ connectrpc.com/connect v1.20.0 h1:6TNDAB+WeNd2uolWNlYczB5E0KNNaVMNUEx8JEUsPmQ= connectrpc.com/connect v1.20.0/go.mod h1:A2ygJrukXwWy32vkCAAHNVguZrqZ+jeZ9rGRnGR4dN4= git.dev.alexdunmow.com/block/core v0.10.0 h1:dWfYVbGuJOnvE58GcGGd5c71dAAKcjxrSEfjNepu4ro= git.dev.alexdunmow.com/block/core v0.10.0/go.mod h1:y1/Q9UMG29AplbExecnq9M7y16PZ7cYd24bjZO1SCBQ= +git.dev.alexdunmow.com/block/core v0.10.1-0.20260603040156-06cabd6eb9e6 h1:rX2RQfHx2D7K05IouULZeaNgmyRQ/eermxRUVxSW8vg= +git.dev.alexdunmow.com/block/core v0.10.1-0.20260603040156-06cabd6eb9e6/go.mod h1:OPUWn+Ry75Lpi+rnYf9S8ZLrNeRsO+MTF8GyCii6Nx8= github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk= github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= github.com/a-h/templ v0.3.1020 h1:ypAT/L5ySWEnZ6Zft/5yfoWXYYkhFNvEFOeeqecg4tw=