Update golangci-lint-action to v3
Signed-off-by: Siyu Wang <FillZpp.pub@gmail.com>
This commit is contained in:
parent
4749626a73
commit
095695cfb3
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: ${{ runner.os }}-go-
|
restore-keys: ${{ runner.os }}-go-
|
||||||
- name: Lint golang code
|
- name: Lint golang code
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: ${{ env.GOLANGCI_VERSION }}
|
version: ${{ env.GOLANGCI_VERSION }}
|
||||||
args: --verbose
|
args: --verbose
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue