From e81dce5e0bfc68a1a55d5dee5378abc1b856a69c Mon Sep 17 00:00:00 2001 From: James Alseth Date: Mon, 29 Apr 2024 17:53:10 -0700 Subject: [PATCH] ci: Bump golangci version --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index ee07247b..c48c0c82 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -17,7 +17,7 @@ jobs: - name: lint go uses: golangci/golangci-lint-action@v5 with: - version: v1.52 + version: v1.56 args: --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0 acceptance: