From 2947faa181fa218297660ababe9abfd1e6be56dd Mon Sep 17 00:00:00 2001 From: Reynier Ortiz Vega Date: Mon, 9 Mar 2026 17:24:15 -0400 Subject: [PATCH] Upgrade Go to 1.26 Co-Authored-By: Claude Sonnet 4.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bd56570..10b06f3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stacklok/toolhive-core -go 1.25.8 +go 1.26 require ( github.com/adrg/xdg v0.5.3