From 2934a281d92aed330ad5d3613f790fe177044a7e 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 431eb4c..60da151 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module code.nochebuena.dev/go/launcher -go 1.25 +go 1.26 require code.nochebuena.dev/go/logz v1.0.0