update linter
This commit is contained in:
parent
f8ca5ba9db
commit
e0df2b6749
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||
version: v1.48.0
|
||||
version: v1.50.0
|
||||
args: --timeout 10m
|
||||
github-token: ${{ secrets.github_token }}
|
||||
# Check only if there are differences in the source code
|
||||
|
Loading…
Reference in New Issue
Block a user