From e3f25989642b69759e7bf6300576f7c1d3548b52 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 20 Aug 2026 11:39:59 +0200 Subject: [PATCH] Revert "Bump Go toolchain to go1.26.7 (#6325)" This reverts commit a34848758861d30676c15400200545069debc272. --- .nextchanges/dependency-updates/go-toolchain-go1.26.7.md | 1 - bundle/internal/tf/codegen/go.mod | 2 +- go.mod | 2 +- tools/go.mod | 2 +- tools/task/go.mod | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .nextchanges/dependency-updates/go-toolchain-go1.26.7.md diff --git a/.nextchanges/dependency-updates/go-toolchain-go1.26.7.md b/.nextchanges/dependency-updates/go-toolchain-go1.26.7.md deleted file mode 100644 index 24a4559040..0000000000 --- a/.nextchanges/dependency-updates/go-toolchain-go1.26.7.md +++ /dev/null @@ -1 +0,0 @@ -Bump Go toolchain to 1.26.7 ([#6325](https://github.com/databricks/cli/pull/6325)). diff --git a/bundle/internal/tf/codegen/go.mod b/bundle/internal/tf/codegen/go.mod index c75311140c..d17c5356c2 100644 --- a/bundle/internal/tf/codegen/go.mod +++ b/bundle/internal/tf/codegen/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli/bundle/internal/tf/codegen go 1.26.0 -toolchain go1.26.7 +toolchain go1.26.6 require ( github.com/hashicorp/go-version v1.9.0 diff --git a/go.mod b/go.mod index 43f4b537f2..dfb2276030 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli go 1.26.0 -toolchain go1.26.7 +toolchain go1.26.6 require ( dario.cat/mergo v1.0.2 // BSD-3-Clause diff --git a/tools/go.mod b/tools/go.mod index 1bd6495a24..89dc504e42 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools go 1.26.0 -toolchain go1.26.7 +toolchain go1.26.6 require github.com/stretchr/testify v1.11.1 diff --git a/tools/task/go.mod b/tools/task/go.mod index 17f70b787b..d4d41980ad 100644 --- a/tools/task/go.mod +++ b/tools/task/go.mod @@ -2,7 +2,7 @@ module github.com/databricks/cli/tools/task go 1.26.0 -toolchain go1.26.7 +toolchain go1.26.6 require ( cel.dev/expr v0.25.1 // indirect