From ef4dcacc73c905b77e12d999e6e707edce394f21 Mon Sep 17 00:00:00 2001 From: s1d3sw1ped_bot <12+s1d3sw1ped_bot@git.s1d3sw1ped.com> Date: Tue, 1 Sep 2026 03:11:37 +0000 Subject: [PATCH] Bump push-ci golangci-lint to v8 / v2.13.2 Match pull-request-ci.yaml from #30 so master push CI uses the same linter. --- .gitea/workflows/push-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/push-ci.yaml b/.gitea/workflows/push-ci.yaml index 3b8c88a..333c41e 100644 --- a/.gitea/workflows/push-ci.yaml +++ b/.gitea/workflows/push-ci.yaml @@ -30,9 +30,9 @@ jobs: run: go mod tidy - name: Lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v8 with: - version: latest + version: v2.13.2 test: name: Test -- 2.39.5