Skip to content

Commit

Permalink
chore: bump golangci-lint to v1.62
Browse files Browse the repository at this point in the history
Add 'iface' and 'recvcheck' linters.
  • Loading branch information
tri-adam committed Nov 15, 2024
1 parent 0d2dd99 commit 00c97b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
go-version: '~1.23.0'
- uses: golangci/golangci-lint-action@v6
with:
version: v1.61
version: v1.62
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ linters:
- gosimple
- govet
- grouper
- iface
- ineffassign
- interfacebloat
- intrange
Expand All @@ -49,6 +50,7 @@ linters:
- nonamedreturns
- prealloc
- reassign
- recvcheck
- revive
- staticcheck
- stylecheck
Expand Down

0 comments on commit 00c97b4

Please sign in to comment.