Open
Description
问题:
编译过程中出现报错 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
Metadata
Metadata
Assignees
Labels
No labels