From f1f8de93a2ba4a45ac1828adbbc9a8ed618b48dc Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Thu, 4 Jun 2026 01:01:17 +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 Align Go runtime version for BlockNinja CMS plugin ABI compatibility — Go plugins require an exact host/plugin 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 7d0ce85..fe82c42 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module git.dev.alexdunmow.com/block/themes/gotham -go 1.26.2 +go 1.26.4 require ( - git.dev.alexdunmow.com/block/core v0.10.1-0.20260603033123-041a7c2e3fae + git.dev.alexdunmow.com/block/core v0.10.1-0.20260603040156-06cabd6eb9e6 github.com/a-h/templ v0.3.1020 ) diff --git a/go.sum b/go.sum index d73f8bb..3b518c8 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.1-0.20260603033123-041a7c2e3fae h1:DKTKe7iMTxPpgnHFbGVDjbbORTsbyobjSiOdkcMpqB8= git.dev.alexdunmow.com/block/core v0.10.1-0.20260603033123-041a7c2e3fae/go.mod h1:OPUWn+Ry75Lpi+rnYf9S8ZLrNeRsO+MTF8GyCii6Nx8= +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=