We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4f28c1 + f47db12 commit 699efd5Copy full SHA for 699efd5
hack/verify-staticcheck.sh
@@ -9,7 +9,7 @@ GOLANGCI_LINT_VER="v1.43.0"
9
cd "${REPO_ROOT}"
10
source "hack/util.sh"
11
util::install_tools ${GOLANGCI_LINT_PKG} ${GOLANGCI_LINT_VER}
12
-if golangci-lint run --timeout=15m; then
+if golangci-lint run --timeout=20m; then
13
echo 'Congratulations! All Go source files have passed staticcheck.'
14
else
15
echo # print one empty line, separate from warning messages.
0 commit comments