Skip to content

Commit

Permalink
feat:update example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Nov 19, 2023
1 parent 81b02d0 commit badc1b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit badc1b2

Please sign in to comment.