Use golangci/golangci-lint-action@v6 instead of v7 due to golangci-lint still using v1

Signed-off-by: Chuan-Yen Chiang <cychiang0823@gmail.com>
This commit is contained in:
Chuan-Yen Chiang 2025-04-19 01:42:18 +08:00
parent 078f77f938
commit 197eb2fc75
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ jobs:
# We could run 'make lint' but we prefer this action because it leaves
# 'annotations' (i.e. it comments on PRs to point out linter violations).
- name: Lint
uses: golangci/golangci-lint-action@v7
uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_VERSION }}