From b132a48efe1b5b1e3d7b6f5d1e34e6bd556b5f80 Mon Sep 17 00:00:00 2001 From: 0x1d Date: Wed, 5 Nov 2025 13:23:42 +0100 Subject: [PATCH] fix(ci): downgrade golangci-lint-action to v3 for Gitea compatibility Downgrade golangci-lint-action from v4 to v3 to match other actions that were downgraded for Gitea compatibility (upload-artifact, codecov). v4 actions are not fully supported on Gitea/GHES. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b548025..ab4dccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,11 +79,10 @@ jobs: go-version: '1.24' - name: Run golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v3 with: version: latest args: --timeout=5m - skip-cache: true # Skip cache to avoid BusyBox tar compatibility issues build: name: Build