笔记: Goland使用问题记录

222 阅读1分钟

使用Goland debug模式报错

can not run under rosetta check that the installed build of go is right for your cpu architecture
  • 操作系统: MacOS Monterey 12.1
  • CPU类型: M1

解决方法有两点需要确认:

  1. golang需要使用arm64版本的包;
  2. goland需要使用M1芯片架构的版本;