我在Mac(Mojave OS)中将golang从v1.11升级到v1.13。 调试器开始出现错误。
API server listening at: 127.0.0.1:xxxxx
Version of Delve is too old for this version of Go (maximum supported version 1.12, suppress this error with --check-go-version=false)
Debugger finished with exit code 1
从那时起,我一直无法在goland中使用调试器,但是由于cli命令正在起作用,因此进行了深入研究。 但不知道该如何进行? 我也找不到在golang中禁用--check-go-version的任何选项?