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:
Kazuyoshi Kato 2022-03-11 19:17:25 +00:00
parent 3cb4f5bae8
commit 622a35a4fa

View File

@ -29,11 +29,10 @@ jobs:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
- uses: golangci/golangci-lint-action@v3
with:
version: v1.42.0
version: v1.44.2
args: --timeout=5m
skip-go-installation: true
#
# Project checks