File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
bundle/internal/tf/codegen Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818### Dependency updates
1919* Upgrade Go SDK to v0.106.0 (([ #4486 ] ( https://github.com/databricks/cli/pull/4486 ) ))
2020* Upgrade Terraform provider to v1.106.0 (([ #4542 ] ( https://github.com/databricks/cli/pull/4542 ) ))
21+ * Upgrade Go to 1.25.7 (([ #4547 ] ( https://github.com/databricks/cli/pull/4547 ) ))
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.5
5+ toolchain go1.25.7
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.5
5+ toolchain go1.25.7
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.5
5+ toolchain go1.25.7
66
77require (
88 4d63.com/gocheckcompilerdirectives v1.3.0 // indirect
You can’t perform that action at this time.
0 commit comments