From 49c8042ae094844f138f6bc4720079420f8d4fa9 Mon Sep 17 00:00:00 2001 From: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:55:37 +0100 Subject: [PATCH] chore: update Go to 1.26.4 Bump the go directive in go.mod from 1.25.7 to the latest stable Go release, 1.26.4. CI workflows use go-version-file: 'go.mod', so they pick up the new version automatically. Co-Authored-By: Claude Opus 4.8 (1M context) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cda75fc..8602b74 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stackloklabs/gofetch -go 1.25.7 +go 1.26.4 require ( github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.1