From fe419e18b8242e472de537716d48082e106131a3 Mon Sep 17 00:00:00 2001 From: GabrielePuliti <12409541+Wabri@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:05:49 +0200 Subject: [PATCH] fix(workflows): update version of golangci-lint-action --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 522decf..598ed4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,8 +22,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v6 with: version: latest only-new-issues: false - args: --timeout 2m --config .golangci.yaml \ No newline at end of file + args: --timeout 2m --config .golangci.yaml