ci: replace modernize job with golangci linters

Instead of using a standalone modernize (and a separate job), add
modernize and go vet (which should be same-as/similar-to go fix) linters
to golangci-lint config.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2026-06-23 10:17:13 -07:00
parent c6895881bd
commit 56a14e792e
2 changed files with 2 additions and 23 deletions
+2
View File
@@ -15,6 +15,8 @@ linters:
enable:
- errorlint
- forbidigo
- govet
- modernize
- nolintlint
- unconvert
- unparam