Skip to content

Commit

Permalink
chore: update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Feb 8, 2025
1 parent 12dacd6 commit 7e3bd25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
go-version: stable
- uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7
with:
version: v1.62.2
version: v1.63.4
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ linters:
- errname
- errorlint
- exhaustive
- exptostd
- fatcontext
- forbidigo
- forcetypeassert
Expand Down Expand Up @@ -64,6 +65,7 @@ linters:
- nakedret
- nestif
- nilerr
- nilnesserr
- nilnil
- noctx
- nolintlint
Expand Down Expand Up @@ -96,6 +98,7 @@ linters:
- unparam
- unused
- usestdlibvars
- usetesting
- wastedassign
- whitespace
- wrapcheck
Expand Down

0 comments on commit 7e3bd25

Please sign in to comment.