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