diff options
author | Wim <wim@42.be> | 2021-08-22 23:33:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-22 23:33:58 +0200 |
commit | 400ecfb79c1033dce280cf62a40a514d29d4d1d5 (patch) | |
tree | 1889c76eff840c3a0d1f48a436706fd6ab56956c /.golangci.yaml | |
parent | 86151da271bcd9179d9268fb46eb8edcebd13784 (diff) | |
download | matterbridge-msglm-400ecfb79c1033dce280cf62a40a514d29d4d1d5.tar.gz matterbridge-msglm-400ecfb79c1033dce280cf62a40a514d29d4d1d5.tar.bz2 matterbridge-msglm-400ecfb79c1033dce280cf62a40a514d29d4d1d5.zip |
Update github actions to go1.17 and increase deadline (#1573)
Diffstat (limited to '.golangci.yaml')
-rw-r--r-- | .golangci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yaml b/.golangci.yaml index 11448e59..810a9928 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -7,7 +7,7 @@ run: # concurrency: 4 # timeout for analysis, e.g. 30s, 5m, default is 1m - deadline: 2m + deadline: 5m # exit code when at least one issue was found, default is 1 issues-exit-code: 1 |