From f6cfa62f1c608cb574715753dab41bb4a6ba4c90 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..4aff0465 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.51 args: --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0 acceptance: