1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > The selected directory is not a valid home for Go SDK

The selected directory is not a valid home for Go SDK

时间:2022-02-28 01:07:13

相关推荐

The selected directory is not a valid home for Go SDK

前言

The selected directory is not a valid home for Go SDK

出现这个错误的原因是 idea 的 Go-plugin 插件,和 Go 的sdk版本不匹配;

解决方法

在 golang 安装路径下寻找:go1.18.3\src\runtime\internal\sys\zversion.go文件

增加一个自己的版本,在zversion.go文件中追加如下行(你的版本号)并保存

const TheVersion = `go1.18.3`

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。