We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题: 编译过程中出现报错 fail to generate new go.mod: /tmp/****/go.mod:3: invalid go version '1.22.1': must match format 1.23"
原因: 项目下的golang.org/x/mod模块版本太旧,需要更新至0.13+? https://cs.opensource.google/go/x/mod/+/refs/tags/v0.12.0:modfile/rule.go;l=246 https://cs.opensource.google/go/x/mod/+/refs/tags/v0.13.0:modfile/rule.go;l=246
The text was updated successfully, but these errors were encountered:
经验证,将项目下的golang.org/x/mod更新至0.18,重新打包执行,不再出现上述报错
Sorry, something went wrong.
No branches or pull requests
问题:
编译过程中出现报错 fail to generate new go.mod: /tmp/****/go.mod:3: invalid go version '1.22.1': must match format 1.23"
原因:
项目下的golang.org/x/mod模块版本太旧,需要更新至0.13+?
https://cs.opensource.google/go/x/mod/+/refs/tags/v0.12.0:modfile/rule.go;l=246
https://cs.opensource.google/go/x/mod/+/refs/tags/v0.13.0:modfile/rule.go;l=246
The text was updated successfully, but these errors were encountered: