Update go tool dependencies, restructure lint targets (#24239)

- Update all tool dependencies to latest tag
- Remove unused errcheck, it is part of golangci-lint
- Include main.go in air
- Enable wastedassign again now that it's
[generics-compatible](https://github.com/golangci/golangci-lint/pull/3689)
- Restructured lint targets to new `lint-*` namespace
此提交包含在:
silverwind
2023-04-22 14:53:00 -04:00
提交者 GitHub
父節點 8820191476
當前提交 8dc6eabbc0
共有 12 個檔案被更改,包括 88 行新增58 行删除
-1
查看文件
@@ -72,7 +72,6 @@ func (store *localeStore) AddLocaleByIni(langName, langDesc string, source, more
l.idxToMsgMap[idx] = key.Value()
}
}
iniFile = nil
return nil
}