4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-04 10:07:44 +00:00

Update linter config

This commit is contained in:
Wim
2020-07-26 15:05:52 +02:00
parent 2d2bebe976
commit 2a41abb3d1
2 changed files with 6 additions and 4 deletions

View File

@ -9,10 +9,10 @@ jobs:
with:
fetch-depth: 20
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.27
args: "-v --new-from-rev HEAD~1"
version: v1.29
args: "-v --new-from-rev HEAD~5"
test-build-upload:
strategy:
matrix: