Skip to content

Commit

Permalink
Update golangci-lint timeout
Browse files Browse the repository at this point in the history
Github Action workers were timing out with the default of 1m
  • Loading branch information
ctlong committed May 17, 2022
1 parent ab9bbec commit df2ceb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# https://github.com/golangci/golangci-lint#config-file
# https://golangci-lint.run/usage/configuration/
run:
timeout: 3m # 1m default times out on github-action runners

linters:
enable:
- goimports
Expand Down

0 comments on commit df2ceb4

Please sign in to comment.