File tree Expand file tree Collapse file tree
bundle/internal/tf/codegen Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99* Fixed ` --force-pull ` on ` bundle summary ` and ` bundle open ` so the flag bypasses the local state cache and reads state from the workspace.
1010
1111### Dependency updates
12+
13+ * Bump Go toolchain to 1.25.10 ([ #5213 ] ( https://github.com/databricks/cli/pull/5213 ) ).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/databricks/cli/bundle/internal/tf/codegen
22
33go 1.25.0
44
5- toolchain go1.25.9
5+ toolchain go1.25.10
66
77require (
88 github.com/hashicorp/go-version v1.7.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/databricks/cli
22
33go 1.25.0
44
5- toolchain go1.25.9
5+ toolchain go1.25.10
66
77require (
88 dario.cat/mergo v1.0.2 // BSD-3-Clause
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools
22
33go 1.25.0
44
5- toolchain go1.25.9
5+ toolchain go1.25.10
66
77require github.com/stretchr/testify v1.11.1
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools/task
22
33go 1.25.8
44
5- toolchain go1.25.9
5+ toolchain go1.25.10
66
77require (
88 cel.dev/expr v0.25.1 // indirect
You can’t perform that action at this time.
0 commit comments