Browse Source

Don't specify the linter version, as it's not required any longer (#1262)

pull/1264/head
Christian Muehlhaeuser 4 years ago committed by GitHub
parent
commit
261fe56bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lint.yml

2
.github/workflows/lint.yml

@ -16,8 +16,6 @@ jobs: @@ -16,8 +16,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
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.31
# Optional: golangci-lint command line arguments.
args: --issues-exit-code=0
# Optional: working directory, useful for monorepos

Loading…
Cancel
Save