From c17f728baf0d4435a0de6b8b63d7e6f55eb87425 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Mon, 5 May 2025 13:48:30 +0800 Subject: [PATCH] build: update golangci-lint to v2.1.6 Signed-off-by: yxxhero --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ac7ff88..f2d25e3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: cache: false - uses: golangci/golangci-lint-action@v7 with: - version: v2.0.2 + version: v2.1.6 tests: runs-on: ubuntu-latest