Skip to content

Commit a26db90

Browse files
committed
chore: bump Go toolchain to 1.26.4 to clear GO-2026-5037
Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
1 parent aad5eb2 commit a26db90

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

go.work

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
go 1.25.11
22

3+
toolchain go1.26.4
4+
35
// Sink and source modules with a non-stdlib dependency are intentionally NOT
46
// listed here: the SDK-backed sink destinations (the AWS family, redis, nats,
57
// kafka, gcppubsub, otel, statsd) and the modules whose integration tests pull

telemetry/datadog/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/stablekernel/crucible/telemetry/datadog
22

33
go 1.25.11
44

5+
toolchain go1.26.4
6+
57
require (
68
github.com/DataDog/datadog-go/v5 v5.8.3
79
github.com/DataDog/dd-trace-go/v2 v2.8.2

0 commit comments

Comments
 (0)