From b279b2bef9cbad8e5ad36df2a91dd5a3488f79e0 Mon Sep 17 00:00:00 2001 From: Xav Paice Date: Sat, 11 Jul 2026 11:12:50 +1200 Subject: [PATCH] chore: update Go to 1.26.5 (#2073) --- examples/sdk/helm-template/go.mod | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sdk/helm-template/go.mod b/examples/sdk/helm-template/go.mod index f51c20d1..0542bf7b 100644 --- a/examples/sdk/helm-template/go.mod +++ b/examples/sdk/helm-template/go.mod @@ -1,6 +1,6 @@ module helm-template -go 1.26.4 +go 1.26.5 // Always use the local version of troubleshoot so as to build using // the latest version of the library. This will ensure the example diff --git a/go.mod b/go.mod index e136550a..3800de26 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/replicatedhq/troubleshoot -go 1.26.4 +go 1.26.5 require ( github.com/ClickHouse/clickhouse-go/v2 v2.47.0