kstone-io / kstone

Kstone is an etcd management platform, providing cluster management, monitoring, backup, inspection, data migration, visual viewing of etcd data, and intelligent diagnosis.
Apache License 2.0
684 stars 106 forks source link

clone 下来 make后出现 golangci-lint 不再支持golint #133

Open duanbingu opened 2 years ago

duanbingu commented 2 years ago

clone 下来 make后出现 golangci-lint 不再支持golint

WeChat5b84de1897fb008ea82ec44415b1e9ac

然后将.golangci.yml golint 更改为 revive 则 gofmt 又。。

image

自降golangci-lint版本 1.39.0 1.40.0 1.36.0这几个 会出现 同时拉取 go-header@v0.4.2 go-header@v0.4.3 导致冲突问题

image

进群联系小助手 还未回复

lianghao208 commented 2 years ago

I think golangci-lint v1.38.0 with go version 1.17.x will work.

BTW, there seem to be some unresolved issues for golangci-lint to support Go1.18. golangci/golangci-lint#2649

We can wait until golangci/golangci-lint#2649 has been fixed.