From 78baa5a40013155e539fc7bf8c6f3b1e60fc548c Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 2 Mar 2026 21:10:46 +0000 Subject: [PATCH] chore(ci): upgrade golangci-lint-action to v6 Update the golangci-lint action in the CI workflow to version 6 and specify lint version v2.1.6 for improved compatibility and features. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index eb7e5be..ebfc299 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: go-version: '1.24' - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: version: v2.1.6