Skip to content

Commit 1dd13a4

Browse files
github-actions[bot]github-merge-queue[bot]pietern
authored
Bump Go toolchain to go1.25.10 (#5213)
Bump Go toolchain from `go1.25.9` to `go1.25.10`. Release notes: https://go.dev/doc/devel/release#go1.25.10 --------- Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
1 parent b6edcf8 commit 1dd13a4

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
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)).

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

77
require github.com/stretchr/testify v1.11.1
88

tools/task/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/task
22

33
go 1.25.8
44

5-
toolchain go1.25.9
5+
toolchain go1.25.10
66

77
require (
88
cel.dev/expr v0.25.1 // indirect

0 commit comments

Comments
 (0)