From 6b10ad6d97f333e7dba02d3c28246971b635038c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 21:25:41 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.6 --- go.mod | 2 +- tools/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b05484ea0..36f4e6dff 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/circleci/ex go 1.25.0 -toolchain go1.26.4 +toolchain go1.26.6 require ( github.com/DataDog/datadog-go v4.8.3+incompatible diff --git a/tools/go.mod b/tools/go.mod index 4fc34bc79..bed954ce1 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module tools go 1.24.0 -toolchain go1.26.4 +toolchain go1.26.6 require ( github.com/golangci/golangci-lint/v2 v2.7.2