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
2 changes: 2 additions & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
* Fixed `--force-pull` on `bundle summary` and `bundle open` so the flag bypasses the local state cache and reads state from the workspace.

### Dependency updates

* Bump Go toolchain to 1.25.10 ([#5213](https://github.com/databricks/cli/pull/5213)).
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.9
toolchain go1.25.10

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.9
toolchain go1.25.10

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.9
toolchain go1.25.10

require github.com/stretchr/testify v1.11.1

Expand Down
2 changes: 1 addition & 1 deletion tools/task/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools/task

go 1.25.8

toolchain go1.25.9
toolchain go1.25.10

require (
cel.dev/expr v0.25.1 // indirect
Expand Down
Loading