mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
fix: 锁定 golangci-lint 版本为 v2.12.1 修复 CI checksum 校验失败
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: 运行 golangci-lint
|
||||
run: |
|
||||
# 下载 golangci-lint v2
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.12.1
|
||||
|
||||
# 运行检查并灵活处理结果
|
||||
set +e
|
||||
|
||||
Reference in New Issue
Block a user