From 6cade6923c68b7dd0ad647bac3aede58c1a70a32 Mon Sep 17 00:00:00 2001 From: Joshua Temple Date: Sat, 13 Jun 2026 22:25:13 -0400 Subject: [PATCH] chore: bump Go toolchain to 1.26.4 to clear GO-2026-5037 Signed-off-by: Joshua Temple --- go.work | 2 ++ telemetry/datadog/go.mod | 2 ++ 2 files changed, 4 insertions(+) diff --git a/go.work b/go.work index 5ab3e47..af30c3e 100644 --- a/go.work +++ b/go.work @@ -1,5 +1,7 @@ go 1.25.11 +toolchain go1.26.4 + // Sink and source modules with a non-stdlib dependency are intentionally NOT // listed here: the SDK-backed sink destinations (the AWS family, redis, nats, // kafka, gcppubsub, otel, statsd) and the modules whose integration tests pull diff --git a/telemetry/datadog/go.mod b/telemetry/datadog/go.mod index 8a02584..fd34dbc 100644 --- a/telemetry/datadog/go.mod +++ b/telemetry/datadog/go.mod @@ -2,6 +2,8 @@ module github.com/stablekernel/crucible/telemetry/datadog go 1.25.11 +toolchain go1.26.4 + require ( github.com/DataDog/datadog-go/v5 v5.8.3 github.com/DataDog/dd-trace-go/v2 v2.8.2