Skip to content

Commit 2037626

Browse files
authored
Upgrade Go to 1.25.1 (#3575)
## Changes Changelog: https://tip.golang.org/doc/go1.25 Plus: - Update golangci-lint to 2.4 - Fix one acceptance test on windows due to a changed error message ## Why [`testing/synctest` is finally here!](https://tip.golang.org/doc/go1.25#new-testingsynctest-package) ## Tests Existing tests
1 parent dfc36b9 commit 2037626

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Run Go lint checks (does not include formatting checks)
119119
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
120120
with:
121-
version: v2.1.6
121+
version: v2.4.0
122122
args: --timeout=15m
123123
- name: Run ruff (Python linter and formatter)
124124
uses: astral-sh/ruff-action@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Replace error message from windows
22
[[Repls]]
3-
Old = "CreateFile foo/bar/doesnotexist: The system cannot find the path specified."
3+
Old = "GetFileAttributesEx foo/bar/doesnotexist: The system cannot find the path specified."
44
New = "stat foo/bar/doesnotexist: no such file or directory"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/databricks/cli
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.1
66

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

0 commit comments

Comments
 (0)