Skip to content

Commit 61533f2

Browse files
alaudaa-renovate[bot]l-qingclaude
authored
chore(deps): update dependency go to v1.25.2 (alauda-v1.64.8) (#21)
* chore(deps): update dependency go to v1.25.2 * chore: update github action config for v2.5 Update generated github action configuration files to include v2.5 version error message. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: alaudaa-renovate[bot] <219066560+alaudaa-renovate[bot]@users.noreply.github.com> Co-authored-by: qingliu <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 66ed875 commit 61533f2

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

assets/github-action-config-v1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@
203203
},
204204
"v2.4": {
205205
"Error": "golangci-lint version 'v2.4' isn't supported: only v1 versions are supported"
206+
},
207+
"v2.5": {
208+
"Error": "golangci-lint version 'v2.5' isn't supported: only v1 versions are supported"
206209
}
207210
}
208211
}

assets/github-action-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@
203203
},
204204
"v2.4": {
205205
"Error": "golangci-lint version 'v2.4' isn't supported: only v1 versions are supported"
206+
},
207+
"v2.5": {
208+
"Error": "golangci-lint version 'v2.5' isn't supported: only v1 versions are supported"
206209
}
207210
}
208211
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint
22

3-
go 1.25.1
3+
go 1.25.2
44

55
require (
66
4d63.com/gocheckcompilerdirectives v1.3.0

scripts/gen_github_action_config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
22

3-
go 1.25.1
3+
go 1.25.2
44

55
require (
66
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7

0 commit comments

Comments
 (0)