From de257b73aa459659e6085e3ffc064af640b50db3 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Wed, 18 Nov 2020 18:42:26 +0300 Subject: [PATCH] Pull request: update golangci-lint and golangci-lint-actions versions Merge in DNS/adguard-home from linter-version-update to master Squashed commit of the following: commit 3ab2cb198dd924d86f5e6b92d101846acc747e9b Author: Eugene Burkov Date: Wed Nov 18 16:42:13 2020 +0300 all: update golangci-lint and golangci-lint-actions versions --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2ddf108f..71de1b4f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: golangci-lint - uses: golangci/golangci-lint-action@v1 + uses: golangci/golangci-lint-action@v2.3.0 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.27 + version: v1.32 eslint: runs-on: ubuntu-latest