From d1c0d77023ec5627866e5b7cbe385a33893405e4 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 27 Jun 2026 15:58:36 +0200 Subject: [PATCH] chore(ci): bump golangci-lint action to v9 Update the GitHub Actions CI workflow to use golangci/golangci-lint-action@v9 instead of v8. This keeps the lint job aligned with the latest major version and ongoing action maintenance. --- .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 076cbff48..43d265bfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: - name: Stub internal/web/dist for go:embed run: mkdir -p internal/web/dist && touch internal/web/dist/.gitkeep - name: golangci-lint - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: version: latest