update linter

This commit is contained in:
0xmuralik 2022-10-17 17:03:11 +05:30
parent f8ca5ba9db
commit e0df2b6749

View File

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