From 1ee3681b5a7a587cf9bf91fd06393f6be40b4f06 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Fri, 15 Dec 2023 21:56:43 +0000 Subject: [PATCH] fix: reduce golang linters --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1071a71..e06be67 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: latest - args: --enable-all --timeout=30m + args: --timeout=30m test: name: test