diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0e1438d8e3e..29afc859787 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -28,7 +28,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: latest + version: v1.52.2 # Optional: working directory, useful for monorepos # working-directory: somedir