Skip to content

Commit

Permalink
Update golangci-lint to 1.61.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Son <[email protected]>
  • Loading branch information
sondavidb committed Nov 6, 2024
1 parent 6c97419 commit 66058fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
GO_VERSION: '1.22.8'
GOLANGCI_LINT_VERSION: '1.56.2'
GOLANGCI_LINT_VERSION: '1.61.0'

jobs:
check:
Expand Down
14 changes: 7 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ linters:
- goimports
- ineffassign
- revive
- vet
- govet
- unused
- misspell
disable:
- errcheck

issues:
exclude-dirs:
- docs
- images
- out
- script
exclude-rules:
- linters:
- revive
Expand All @@ -24,9 +29,4 @@ issues:
text: "unused-parameter:"

run:
deadline: 4m
skip-dirs:
- docs
- images
- out
- script
timeout: 3m

0 comments on commit 66058fa

Please sign in to comment.