From 608a2f65e9ad1cd8f32e321f5cc5496ac9615783 Mon Sep 17 00:00:00 2001 From: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:12:47 +0000 Subject: [PATCH 1/2] Bump Go toolchain to go1.26.7 --- 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 d17c5356c2..c75311140c 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.6 +toolchain go1.26.7 require ( github.com/hashicorp/go-version v1.9.0 diff --git a/go.mod b/go.mod index 7c9dd35515..4f252fb565 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli go 1.26.0 -toolchain go1.26.6 +toolchain go1.26.7 require ( dario.cat/mergo v1.0.2 // BSD-3-Clause diff --git a/tools/go.mod b/tools/go.mod index 89dc504e42..1bd6495a24 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.6 +toolchain go1.26.7 require github.com/stretchr/testify v1.11.1 diff --git a/tools/task/go.mod b/tools/task/go.mod index d4d41980ad..17f70b787b 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.6 +toolchain go1.26.7 require ( cel.dev/expr v0.25.1 // indirect From fea720edb7aa17a2fb98c9818fd64fd5a0244387 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:12:55 +0000 Subject: [PATCH 2/2] Add changelog fragment --- .nextchanges/dependency-updates/go-toolchain-go1.26.7.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .nextchanges/dependency-updates/go-toolchain-go1.26.7.md diff --git a/.nextchanges/dependency-updates/go-toolchain-go1.26.7.md b/.nextchanges/dependency-updates/go-toolchain-go1.26.7.md new file mode 100644 index 0000000000..24a4559040 --- /dev/null +++ b/.nextchanges/dependency-updates/go-toolchain-go1.26.7.md @@ -0,0 +1 @@ +Bump Go toolchain to 1.26.7 ([#6325](https://github.com/databricks/cli/pull/6325)).