This commit is contained in:
aceld 2024-04-16 16:04:20 +08:00
parent 2d7dc5d0a4
commit ff56977a55

View File

@ -19,10 +19,10 @@ linters:
linters-settings: linters-settings:
staticcheck: staticcheck:
go: "1.17" go: "1.18"
checks: checks:
- "all" - "all"
- "-SA1019" - "-SA1019"
unused: unused:
go: "1.17" go: "1.18"