From 4b4408e46ac44df19c571c8d1575c3209ade15f2 Mon Sep 17 00:00:00 2001 From: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:34:08 +0000 Subject: [PATCH] Bump Go toolchain to go1.26.6 --- bundle/internal/tf/codegen/go.mod | 2 +- go.mod | 2 +- tools/go.mod | 2 +- tools/task/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle/internal/tf/codegen/go.mod b/bundle/internal/tf/codegen/go.mod index 661d6cf969a..d17c5356c2b 100644 --- a/bundle/internal/tf/codegen/go.mod +++ b/bundle/internal/tf/codegen/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli/bundle/internal/tf/codegen go 1.26.0 -toolchain go1.26.5 +toolchain go1.26.6 require ( github.com/hashicorp/go-version v1.9.0 diff --git a/go.mod b/go.mod index 152572c19a5..bfc4c9b3da0 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli go 1.26.0 -toolchain go1.26.5 +toolchain go1.26.6 require ( dario.cat/mergo v1.0.2 // BSD-3-Clause diff --git a/tools/go.mod b/tools/go.mod index 4fa5d6c7625..89dc504e42b 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools go 1.26.0 -toolchain go1.26.5 +toolchain go1.26.6 require github.com/stretchr/testify v1.11.1 diff --git a/tools/task/go.mod b/tools/task/go.mod index 6ec1a38de4d..d4d41980ad3 100644 --- a/tools/task/go.mod +++ b/tools/task/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools/task go 1.26.0 -toolchain go1.26.5 +toolchain go1.26.6 require ( cel.dev/expr v0.25.1 // indirect