Merge pull request #6666 from kzys/gha-lint-upgrade

Upgrade golangci-lint and its GitHub Action
This commit is contained in:
Kazuyoshi Kato 2022-03-11 13:15:45 -08:00 committed by GitHub
commit dc745fc1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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