From a700ddcba635cc220a5b7a383adefc49e6fee255 Mon Sep 17 00:00:00 2001 From: ProtoTess <32490978+0x524A@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:00:41 +0000 Subject: [PATCH] chore: update golangci-lint action to skip cache --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43c7bfa..3f4868d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: uses: golangci/golangci-lint-action@v4 with: version: v2.0.0 - args: --timeout=5m --fix=false + skip-cache: true # Test on primary Go version test: