From d5811df2461dea275b3aa15815dc50862c399145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Soul=C3=A9?= Date: Mon, 11 May 2026 10:59:04 +0200 Subject: [PATCH] test: use golangci-lint v2.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime Soulé --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8cc95e..7f07492 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: - name: Linting if: matrix.full-tests run: | - curl -sL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | - sh -s -- -b $HOME/go/bin v2.9.0 + curl -sL https://golangci-lint.run/install.sh | + sh -s -- -b $HOME/go/bin v2.12.2 $HOME/go/bin/golangci-lint run - name: Testing