build: update to v3 of golangci-lint action

This commit is contained in:
Nick Craig-Wood 2022-08-03 17:39:55 +01:00
parent ba60984f33
commit 8125b1cf08
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ jobs:
uses: actions/checkout@v2
- name: Code quality test
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest