From 799f30f411cd7ed96b5ad93d96eca6797c456169 Mon Sep 17 00:00:00 2001 From: Spiegel Date: Tue, 18 Jul 2023 20:36:54 +0900 Subject: [PATCH] Update workflows/lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 507837b..76e6f9b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: # working-directory: somedir # Optional: golangci-lint command line arguments. - args: --enable gosec + args: --enable gosec --timeout 3m0s # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true