You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
Set Go patch version in go.mod
## Why
Our dependabot PRs failing with the following diff
```
Run # Exit with status code 1 if there are differences (i.e. unformatted files)
diff --git a/go.mod b/go.mod
index 5c1cb1d..493152a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,[7](https://github.com/databricks/cli/actions/runs/13768953030/job/38502532441?pr=2459#step:5:8) @@
module github.com/databricks/cli
-go 1.23
+go 1.23.0
+
```
While I'm not sure why it started to happen, setting the patch version
at least should fix these PR.
This might be related to this change in Go
golang/go#69095
0 commit comments