From badc1b2b1fda4e6c250bc53cf6164177396b0426 Mon Sep 17 00:00:00 2001 From: chuntaojun Date: Sun, 19 Nov 2023 16:42:49 +0800 Subject: [PATCH] feat:update example docs --- .github/workflows/golangci-lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 97e51ea0..cc84e4bb 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -37,7 +37,9 @@ jobs: - uses: actions/setup-go@v3 - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3.3.0 + uses: golangci/golangci-lint-action@v3.6.0 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: latest + args: --timeout=30m + \ No newline at end of file