From df2ceb43a7c0e1a5b5de233e71bd36f201ae4eba Mon Sep 17 00:00:00 2001 From: Carson Long Date: Tue, 17 May 2022 16:36:50 -0700 Subject: [PATCH] Update golangci-lint timeout Github Action workers were timing out with the default of 1m --- .golangci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 4e6e98335..fc16a764d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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