Merge pull request #6666 from kzys/gha-lint-upgrade
Upgrade golangci-lint and its GitHub Action
This commit is contained in:
commit
dc745fc1e5
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -29,11 +29,10 @@ jobs:
|
|||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: golangci/golangci-lint-action@v2
|
- uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: v1.42.0
|
version: v1.44.2
|
||||||
args: --timeout=5m
|
args: --timeout=5m
|
||||||
skip-go-installation: true
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Project checks
|
# Project checks
|
||||||
|
Loading…
Reference in New Issue
Block a user