sudis
sudis copied to clipboard
file go.mod has error!
error info: go get github.com/ihaiker/gokit@latest go: github.com/ihaiker/gokit latest => v1.7.4 go get: github.com/ihaiker/[email protected]: parsing go.mod: go.mod:3: usage: go 1.23
go.mod 中的 "go 1.12.1"在go get安装包时报错,大致意思是,go 1.12.1格式不对,请使用"go 1.12",也就是少了一个"."和一个小版本号。 我的Go版本是1.14
本程序暂时还不支持1.14,编译的时候需要在1.13以下编译,这个问题会在后续修复