From 925eb8514e48f8b545a379591db10af2a58b69ed Mon Sep 17 00:00:00 2001 From: Kareem Mahlees Date: Sun, 11 Feb 2024 21:29:14 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20increase=20timeout=20and=20fix=20ver?= =?UTF-8?q?sion=20of=20golintci=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e4b4bb..b8902e0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,8 +18,9 @@ jobs: - uses: actions/setup-go@v4 with: go-version: "1.21" - cache: false + cache: true - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.54 + version: v1.53 + args: --timeout=30m