Merge pull request #5897 from kzys/upgrade-golangci-lint

script: update golangci-lint from v1.38.0 and v1.36.0 to v1.42.0
This commit is contained in:
Phil Estes
2021-08-20 11:59:28 -04:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: v1.36.0
version: v1.42.0
args: --timeout=5m
skip-go-installation: true