diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index 75d680bd5a..3f5769ca1d 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -18,3 +18,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 (([#4547](https://github.com/databricks/cli/pull/4547))) 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