style(be):golangci-lint github action 增加timeout

This commit is contained in:
1mtrue
2021-03-16 17:22:16 +08:00
committed by dushixiang
parent 5e7be397a5
commit ea48bd3da2
8 changed files with 12 additions and 11 deletions

View File

@ -18,4 +18,5 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.29
version: v1.29
args: --timeout=10m