diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0baa81c..0cca26d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: - uses: golangci/golangci-lint-action@v3.4.0 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: 1.54.2 args: --timeout 10m github-token: ${{ secrets.github_token }} # Check only if there are differences in the source code