From 7f91703b6dbe922e077aa3257d0313a0b5eb71b6 Mon Sep 17 00:00:00 2001 From: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Date: Fri, 8 May 2026 05:44:56 +0000 Subject: [PATCH 1/3] Bump Go toolchain to go1.25.10 --- 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 14ba8f47ebb..77e6de4ef13 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.25.0 -toolchain go1.25.9 +toolchain go1.25.10 require ( github.com/hashicorp/go-version v1.7.0 diff --git a/go.mod b/go.mod index cf6e5ebcd56..29248e31c7d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli go 1.25.0 -toolchain go1.25.9 +toolchain go1.25.10 require ( dario.cat/mergo v1.0.2 // BSD-3-Clause diff --git a/tools/go.mod b/tools/go.mod index 4abe5f0d47c..4b84239abcc 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools go 1.25.0 -toolchain go1.25.9 +toolchain go1.25.10 require github.com/stretchr/testify v1.11.1 diff --git a/tools/task/go.mod b/tools/task/go.mod index 0d38220ebaa..623da6fa617 100644 --- a/tools/task/go.mod +++ b/tools/task/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools/task go 1.25.8 -toolchain go1.25.9 +toolchain go1.25.10 require ( cel.dev/expr v0.25.1 // indirect From 3beed68d2ae743f280386f474ef414e587d13f85 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 8 May 2026 11:13:13 +0200 Subject: [PATCH 2/3] Trigger workflows Co-authored-by: Isaac From e1f0318ae0a96a56f85bc697a7381d601459f700 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 8 May 2026 11:19:10 +0200 Subject: [PATCH 3/3] Add changelog entry for Go toolchain bump Co-authored-by: Isaac --- NEXT_CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 409a875ad12..57dc5693dcf 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -9,3 +9,5 @@ * Fixed `--force-pull` on `bundle summary` and `bundle open` so the flag bypasses the local state cache and reads state from the workspace. ### Dependency updates + +* Bump Go toolchain to 1.25.10 ([#5213](https://github.com/databricks/cli/pull/5213)).