From 451a089d5859a227a06e4f57fd26302769d9e1ba Mon Sep 17 00:00:00 2001 From: Rene Nochebuena Guerrero Date: Tue, 12 May 2026 02:06:46 +0000 Subject: [PATCH] chore: bump go directive from 1.25 to 1.26 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index efca612..307d45d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.nochebuena.dev/go/sqlite -go 1.25 +go 1.26 require ( code.nochebuena.dev/go/health v1.0.0