From 46d523b6a857539c8300267c097aaca7f1c50e83 Mon Sep 17 00:00:00 2001 From: Alexey Khokhlov Date: Mon, 2 Sep 2024 17:57:56 +0300 Subject: [PATCH] fix lint --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8d25dd8..b3e8085 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,6 +27,8 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: v1.60 + args: --timeout=5m + skip-cache: false # skip-build-cache: true # Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'.