Merge pull request #64 from FillZpp/update-golangci-lint-action
Update golangci-lint-action to v3
This commit is contained in:
commit
c819f4c7a7
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-go-
|
||||
- name: Lint golang code
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: ${{ env.GOLANGCI_VERSION }}
|
||||
args: --verbose
|
||||
|
|
|
|||
Loading…
Reference in New Issue