Upgrade golangci-lint and its GitHub Action
The GitHub Action is unstable especially on Windows (see #6618). This change may not address the issue itself, but using the latest version makes reporting the upstream the issue easier. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
parent
3cb4f5bae8
commit
622a35a4fa
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