apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.

Home Page:https://horaedb.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Out of memory when runing golangci-lint

baojinri opened this issue · comments

Describe this problem
When runing golangci-lint in apple M2 chip, it will out of memory.

Steps to reproduce

  1. go version 1.20
  2. golangci-lint version 1.49
  3. golangci-lint run

Expected behavior
When running golangci-lint is normal

Additional Information
downgrade go version to 1.19 or update golangci-lint version to 1.51 can solve this problem.