From aa86efdcc5b03f8c3bb2e5087e8f36127ca95b21 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 2 Oct 2020 13:47:32 +0200 Subject: [PATCH] chore(workflows): fix golangci version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The patch version should not be specified, only minor. Co-authored-by: Roberto Abdelkader Martínez Pérez --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f995941..42a9a18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v2.2.0 with: - version: v1.31.0 + version: v1.31 - name: Build run: |