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 <e.burkov@adguard.com> Date: Wed Nov 18 16:42:13 2020 +0300 all: update golangci-lint and golangci-lint-actions versions
This commit is contained in:
parent
40614d9a7b
commit
de257b73aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue