From f67e7c193879cc728d2f740f3e70fcda7c492de1 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 2 Oct 2020 13:44:15 +0200 Subject: [PATCH] Bump golangci-lint to v1.31.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 86f23ce..f995941 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.27 + version: v1.31.0 - name: Build run: |