Skip to content

Commit

Permalink
ci: fix golangci-lint deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed May 12, 2024
1 parent 554c1ff commit 2eda2b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ linters:
- errchkjson
- errname
- errorlint
- execinquery
- exhaustive
- exportloopref
- forcetypeassert
Expand All @@ -37,12 +36,12 @@ linters:
- gocyclo
- godot
- godox
- goerr113
- err113
- gofmt
- gofumpt
- goheader
- goimports
- gomnd
- mnd
- gomoddirectives
- gomodguard
- goprintffuncname
Expand Down

0 comments on commit 2eda2b5

Please sign in to comment.