diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e248a8b877..ef0145c0ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,10 +23,10 @@ jobs: **/**.go go.mod go.sum - - uses: golangci/golangci-lint-action@master + - 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.50.1 + version: v1.50 args: --timeout 10m github-token: ${{ secrets.GITHUB_TOKEN }} if: env.GIT_DIFF