diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0542dc5b..fb44213b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -55,5 +55,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.29 + version: v1.30 + args: --timeout=5m only-new-issues: true diff --git a/Makefile b/Makefile index 9ea9b274..358f5f32 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ test: test_dep # Run linters lint: - @golangci-lint run + @golangci-lint --timeout=5m run # Run linters in Docker docker/lint: