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的任何选项?
Update your IDE to GoLand 2019.2.2 or newer and the issue will be solved.