mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-27 05:31:53 +08:00
fix: 锁定 golangci-lint 版本为 v2.12.1 修复 CI checksum 校验失败
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: 运行 golangci-lint
|
- name: 运行 golangci-lint
|
||||||
run: |
|
run: |
|
||||||
# 下载 golangci-lint v2
|
# 下载 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
|
set +e
|
||||||
|
|||||||
Reference in New Issue
Block a user