From 17f6aea0076d0f71e1848ad63915c4f5f8cbe4b5 Mon Sep 17 00:00:00 2001 From: Enno Gotthold Date: Mon, 12 Aug 2024 16:56:27 +0200 Subject: [PATCH] CI: Update golangci version Co-authored-by: Ludovic Fernandez --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5d39811..5d571d8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,5 +35,4 @@ jobs: # https://github.com/golangci/golangci-lint-action uses: golangci/golangci-lint-action@v6 with: - version: v1.29 - args: -D errcheck + version: v1.61