mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Don't specify the linter version, as it's not required any longer (#1262)
This commit is contained in:
parent
5f7cc6a327
commit
261fe56bad
1 changed files with 0 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -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…
Reference in a new issue