From cb33c91183c7c004b3e85768c84a397f7f8e07ba Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 19 Feb 2026 10:03:59 +0100 Subject: [PATCH 1/2] Upgrade Go to 1.25.7 --- NEXT_CHANGELOG.md | 1 + bundle/internal/tf/codegen/go.mod | 2 +- go.mod | 2 +- tools/go.mod | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 7ba75974b9..90d413dbf2 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -11,3 +11,4 @@ ### Dependency updates * Upgrade Go SDK to v0.106.0 (([#4486](https://github.com/databricks/cli/pull/4486))) * Upgrade Terraform provider to v1.106.0 (([#4542](https://github.com/databricks/cli/pull/4542))) +* Upgrade Go to 1.25.7 diff --git a/bundle/internal/tf/codegen/go.mod b/bundle/internal/tf/codegen/go.mod index 991ed20035..5a51897cd5 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.5 +toolchain go1.25.7 require ( github.com/hashicorp/go-version v1.7.0 diff --git a/go.mod b/go.mod index 36b941dc87..af128d9751 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli go 1.25.0 -toolchain go1.25.5 +toolchain go1.25.7 require ( dario.cat/mergo v1.0.2 // BSD 3-Clause diff --git a/tools/go.mod b/tools/go.mod index b33a3399b9..a961b14996 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.5 +toolchain go1.25.7 require ( 4d63.com/gocheckcompilerdirectives v1.3.0 // indirect From 02795c7895f7b5d384bdd84e2e6c13870954025e Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 19 Feb 2026 10:05:16 +0100 Subject: [PATCH 2/2] update changelog --- NEXT_CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 90d413dbf2..6160fc59fa 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -11,4 +11,4 @@ ### Dependency updates * Upgrade Go SDK to v0.106.0 (([#4486](https://github.com/databricks/cli/pull/4486))) * Upgrade Terraform provider to v1.106.0 (([#4542](https://github.com/databricks/cli/pull/4542))) -* Upgrade Go to 1.25.7 +* Upgrade Go to 1.25.7 (([#4547](https://github.com/databricks/cli/pull/4547)))