goland 编辑器报GOROOT没配置,并选择目录失败
作者:admin 发布时间:January 13, 2022 分类:Others
The selected directory is not a valid home for Go SDK
win10 go 版本 1.17.3 goland 2019.2.3 goland 指定go 版本 报错 The selected directory is not a valid home for Go SDK
修改 D:/Program Files/go1.17.3/src/runtime/internal/sys/zversion.go 添加 const TheVersion = go1.17.3
搞定