From 2470471b2b4e938ed1c996fed59b5a873e795f2d Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 6 May 2024 21:47:55 +0200 Subject: [PATCH] Pin golangci-lint-action version as a workaround to fix the pipeline. See https://github.com/golangci/golangci-lint/issues/4695 --- .github/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e2ded65d2..75ebc4c37 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -23,7 +23,8 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: - version: latest + # TODO: revert to latest when this issue is resolved: https://github.com/golangci/golangci-lint/issues/4695 + version: v1.57.2 github-token: ${{ secrets.GITHUB_TOKEN }} args: --timeout 2m