我使用IDEA调试go程序,但由于错误而退出:
Version of Delve is too old for this version of Go (maximum supported version 1.13, suppress this error with --check-go-version=false)
我该如何添加--check-go-version=false?
--check-go-version=false
intellij-idea go
go ×1
intellij-idea ×1