chore: auto-bootstrap golangci-lint for Go 1.26 compatibility

This commit is contained in:
CJACK.
2026-04-06 12:52:56 +08:00
parent da75ed6966
commit a671d82759
5 changed files with 59 additions and 8 deletions

View File

@@ -28,6 +28,16 @@ jobs:
cache: "npm"
cache-dependency-path: webui/package-lock.json
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.11.4
install-mode: binary
verify: true
- name: Go Format & Lint Gates
run: ./scripts/lint.sh
- name: Refactor Line Gate
run: ./tests/scripts/check-refactor-line-gate.sh