Skip to content

Commit

Permalink
chore: update golang-ci lint (#104)
Browse files Browse the repository at this point in the history
* chore: update golang-ci lint

* Fix
  • Loading branch information
remyleone authored Mar 29, 2024
1 parent f9615c6 commit c8e43e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.47
args: --timeout 5m
version: latest
args: --timeout 10m
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ issues:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- goimports
- gosimple
Expand All @@ -36,7 +35,6 @@ linters:
- staticcheck
- unconvert
- unused
- varcheck
fast: true

# options for analysis running
Expand Down

0 comments on commit c8e43e7

Please sign in to comment.