Skip to content

Commit fd9ac31

Browse files
authored
Upgrade Go to 1.25.7 (#4547)
1 parent edf6088 commit fd9ac31

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
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)))

bundle/internal/tf/codegen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/databricks/cli/bundle/internal/tf/codegen
22

33
go 1.25.0
44

5-
toolchain go1.25.5
5+
toolchain go1.25.7
66

77
require (
88
github.com/hashicorp/go-version v1.7.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/databricks/cli
22

33
go 1.25.0
44

5-
toolchain go1.25.5
5+
toolchain go1.25.7
66

77
require (
88
dario.cat/mergo v1.0.2 // BSD 3-Clause

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/databricks/cli/tools
22

33
go 1.25.0
44

5-
toolchain go1.25.5
5+
toolchain go1.25.7
66

77
require (
88
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect

0 commit comments

Comments
 (0)