From f5bdbc8c5add9d14a2250973c830f47a9668b914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:45:14 +0000 Subject: [PATCH 1/3] chore(deps): bump golangci/golangci-lint-action from v1 to v2.2.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v1 to v2.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v1...6317259e28065ecd33bf7e7e6c67c77db091d8a4) Signed-off-by: dependabot[bot] --- .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 19db4c9..86f23ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - name: Lint - uses: golangci/golangci-lint-action@v1 + uses: golangci/golangci-lint-action@v2.2.0 with: version: v1.27 From f67e7c193879cc728d2f740f3e70fcda7c492de1 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 2 Oct 2020 13:44:15 +0200 Subject: [PATCH 2/3] 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: | From aa86efdcc5b03f8c3bb2e5087e8f36127ca95b21 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 2 Oct 2020 13:47:32 +0200 Subject: [PATCH 3/3] 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: |