Skip to content

Commit

Permalink
fix: golangci-lint (#3)
Browse files Browse the repository at this point in the history
* fix: golangci-lint

* fix: set timeout 5m for CI
  • Loading branch information
hengfeiyang authored Jul 20, 2022
1 parent ffc28bd commit d2e64eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.45.2
version: v1.47.1
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,4 @@ run:
- internal/cache
- internal/renameio
- internal/robustio
timeout: 5m

0 comments on commit d2e64eb

Please sign in to comment.