Skip to content

Commit c1245ef

Browse files
l-qingclaude
andcommitted
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]>
1 parent d4ae7ac commit c1245ef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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
}

0 commit comments

Comments
 (0)