From f9aa95f3c99a09648508b015d83b4962606b7d10 Mon Sep 17 00:00:00 2001 From: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:39:12 +0000 Subject: [PATCH 1/2] Bump Go toolchain to go1.26.4 --- 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 776c067a604..5bd129ab67e 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.3 +toolchain go1.26.4 require ( github.com/hashicorp/go-version v1.9.0 diff --git a/go.mod b/go.mod index 5fdd5a5dc82..a921132a13a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli go 1.26.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( dario.cat/mergo v1.0.2 // BSD-3-Clause diff --git a/tools/go.mod b/tools/go.mod index 48f08859c12..33d5b32677f 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.3 +toolchain go1.26.4 require github.com/stretchr/testify v1.11.1 diff --git a/tools/task/go.mod b/tools/task/go.mod index cc3f0201735..27b539f8c6e 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.3 +toolchain go1.26.4 require ( cel.dev/expr v0.25.1 // indirect From 7add74d2625afc538e38c76ffca40c1fa8b7f273 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 3 Jun 2026 00:17:21 -0700 Subject: [PATCH 2/2] Add NEXT_CHANGELOG.md Bump Go toolchain version to 1.26.4. --- NEXT_CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 24be6b2d716..a8a10c4aff3 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -14,3 +14,5 @@ * Add `--select` flag to `bundle plan` and `bundle deploy` to plan/deploy a subset of resources (e.g. `--select my_job` or `--select jobs.my_job`); resources referenced by the selection are included transitively. Direct engine only ([#5413](https://github.com/databricks/cli/pull/5413)). ### Dependency updates + +* Bump Go toolchain to 1.26.4 ([#5420](https://github.com/databricks/cli/pull/5420)).