diff --git a/.github/workflows/check-pull-request.yaml b/.github/workflows/check-pull-request.yaml index de53eb0b..10f61b1e 100644 --- a/.github/workflows/check-pull-request.yaml +++ b/.github/workflows/check-pull-request.yaml @@ -67,7 +67,7 @@ jobs: - name: Run the linter uses: golangci/golangci-lint-action@v3 with: - version: v1.56.2 + version: v1.61.0 args: --timeout 10m skip-pkg-cache: true skip-build-cache: true