From 62c885aeaa9ad2c55a495384cf57797827ae0b94 Mon Sep 17 00:00:00 2001 From: Xavier Coulon Date: Mon, 3 Aug 2026 14:29:29 +0200 Subject: [PATCH] chore: update golangci action update to golangci-lint 2.12.2 and remove the obsolete `skip-pkg-cache` and `skip-build-cache` (because the cache related to Go itself is already handled by `actions/setup-go`) Signed-off-by: Xavier Coulon --- .github/workflows/ci-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index f8e08603..2bde9867 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -25,9 +25,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v9 with: - version: v2.1.6 - skip-pkg-cache: true - skip-build-cache: true + version: v2.12.2 args: --config=./.golangci.yml --verbose