From 8e4b364f55acddb1766e4b432baf3e8da3beb015 Mon Sep 17 00:00:00 2001 From: sapslaj Date: Sat, 3 Feb 2024 12:06:16 -0500 Subject: [PATCH] ci: update golangci-lint version --- .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 93c6f43..4f2ae6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,5 +58,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.51.2 + version: v1.55.2 args: --timeout 5m