From 743cb070027f9ef35c1bf610ebb68fb5155fbe84 Mon Sep 17 00:00:00 2001 From: replicated-ci <90716069+replicated-ci@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:44:29 +0000 Subject: [PATCH] Bump Go from 1.26.0 to 1.26.1 (#1987) Bump Go to version from 1.26.0 to 1.26.1 Co-authored-by: github-actions[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 46ed5b52..e12798c0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/replicatedhq/troubleshoot -go 1.26.0 +go 1.26.1 require ( github.com/Masterminds/sprig/v3 v3.3.0