From 351f4dfd30aa6e6569e73c325ef97fa6f5158f09 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 22 Feb 2026 20:33:48 +0000 Subject: [PATCH] chore: bump go directive to 1.26.0 Co-Authored-By: Virgil --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 88738a6..90d4ed0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module forge.lthn.ai/core/go-store -go 1.25.5 +go 1.26.0 require ( github.com/stretchr/testify v1.11.1