From 3b52df5efd4e62ee9bb90c41a0f472c0a48f6380 Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 1 Feb 2021 16:54:40 -0500 Subject: [PATCH] Update golangci-lint in the pipeline --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1db99aeb..9802129a 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -21,7 +21,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: - version: v1.32 + version: v1.36 github-token: ${{ secrets.GITHUB_TOKEN }} args: --timeout 2m