From 6fecc0c46c6684d0b75d11039290c247a6e0e3d1 Mon Sep 17 00:00:00 2001 From: Sergio VS Date: Sun, 3 Mar 2024 18:41:36 +0100 Subject: [PATCH] chore: upgrade golangci lint to 1.56.2 --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 3b612a8..e15b4fc 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -4,10 +4,10 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run GolangCI-Lint uses: golangci/golangci-lint-action@v3 with: - version: v1.53 + version: v1.56.2 args: --timeout=5m