From c09e55d0d8cdb4f66cd387f3910744588e0eb553 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 17 Apr 2026 10:41:43 +0200 Subject: [PATCH 1/2] Bump Go toolchain to 1.25.9 Co-authored-by: Isaac --- bundle/internal/tf/codegen/go.mod | 2 +- go.mod | 2 +- tools/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/internal/tf/codegen/go.mod b/bundle/internal/tf/codegen/go.mod index ddf74b42e35..14ba8f47ebb 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.7 +toolchain go1.25.9 require ( github.com/hashicorp/go-version v1.7.0 diff --git a/go.mod b/go.mod index 5fa1dca1515..a11ce1a5990 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli go 1.25.0 -toolchain go1.25.7 +toolchain go1.25.9 require ( dario.cat/mergo v1.0.2 // BSD-3-Clause diff --git a/tools/go.mod b/tools/go.mod index a961b149968..f4ec3b48e59 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.7 +toolchain go1.25.9 require ( 4d63.com/gocheckcompilerdirectives v1.3.0 // indirect From 73bb9a8c055d1de5cdadacfe17100df3c08b8d89 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Fri, 17 Apr 2026 11:07:33 +0200 Subject: [PATCH 2/2] Update NEXT_CHANGELOG.md --- NEXT_CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 0e4d6de08f4..52d764e384d 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -13,5 +13,6 @@ ### Dependency updates * Bump `github.com/databricks/databricks-sdk-go` from v0.126.0 to v0.127.0 ([#4984](https://github.com/databricks/cli/pull/4984)). +* Bump Go toolchain to 1.25.9 ([#5004](https://github.com/databricks/cli/pull/5004)) ### API Changes