From d4e8c01fb88258b7428c4685c5e14358848334f6 Mon Sep 17 00:00:00 2001 From: Maskym Vavilov Date: Fri, 15 Dec 2023 11:52:01 +0000 Subject: [PATCH] bump golangci-lint to 1.55.2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e884eefc..93816bd6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: go-version: v1.21.x - uses: golangci/golangci-lint-action@v2 with: - version: v1.53.3 + version: v1.55.2 only-new-issues: true args: --timeout=5m skip-go-installation: true