美文网首页
The selected directory is not a

The selected directory is not a

作者: 岑吾 | 来源:发表于2024-02-03 09:34 被阅读0次

最近使用Go从原来的1.14升到了1.21,结果发现Goland中未读出Go Sdk。

后面网上找了找,发现是我按装的go 1.21版本的zversion.go文件不知道什么情况出了点问题。

找到go1.21.0的GOROOT目录下的/src/runtime/internal/sys/zversion.go文件,修改名添加TheVersion变量

const TheVersion = `go1.21.4`

重启Goland就可以找到了

本文参考:https://www.jianshu.com/p/a79f225380e6

相关文章

网友评论

      本文标题:The selected directory is not a

      本文链接:https://www.haomeiwen.com/subject/idlzodtx.html