diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 7a2ae0cb3c0..f7d0af8b379 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -29,7 +29,7 @@ jobs: cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: latest