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