File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
scripts/gen_github_action_config Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 203
203
},
204
204
"v2.4" : {
205
205
"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"
206
209
}
207
210
}
208
211
}
Original file line number Diff line number Diff line change 203
203
},
204
204
"v2.4" : {
205
205
"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"
206
209
}
207
210
}
208
211
}
Original file line number Diff line number Diff line change 1
1
module github.com/golangci/golangci-lint
2
2
3
- go 1.25.1
3
+ go 1.25.2
4
4
5
5
require (
6
6
4d63.com/gocheckcompilerdirectives v1.3.0
Original file line number Diff line number Diff line change 1
1
module github.com/golangci/golangci-lint/scripts/gen_github_action_config
2
2
3
- go 1.25.1
3
+ go 1.25.2
4
4
5
5
require (
6
6
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
You can’t perform that action at this time.
0 commit comments