Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
2 changes: 1 addition & 1 deletion bundle/internal/tf/codegen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down