From 95ef65b08d29c1d16785f937c8e2ca1bd0e44756 Mon Sep 17 00:00:00 2001 From: replicated-ci <90716069+replicated-ci@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:47:45 +0000 Subject: [PATCH] Bump Go from 1.26.1 to 1.26.2 (#2014) Bump Go to version from 1.26.1 to 1.26.2 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 f2775b77..926bd737 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/replicatedhq/troubleshoot -go 1.26.1 +go 1.26.2 require ( github.com/Masterminds/sprig/v3 v3.3.0