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:
parent
078f77f938
commit
197eb2fc75
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue