diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f609624..a8073e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,8 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: - version: v1.60 + version: v1.61.0 + args: --timeout 3m --verbose - name: Formatting run: make format-check test: