diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 801bcff7..c04629a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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