rectcircle / rectcircle-blog

Rectcircle的个人博客
https://rectcircle.cn
Other
9 stars 5 forks source link

posts/go-compatibility-2-forward/ #11

Open utterances-bot opened 7 months ago

utterances-bot commented 7 months ago

Go 兼容性(二) 向前兼容(GOTOOLCHAIN 工具链管理) :: Rectcircle Blog

Go 1.21.0 | 示例代码 概述 Golang 作为一门现代编程语言,Golang 工具链自身的版本管理一直是缺失的。以至于,有一些第三方 Go 工具链版本管理工具,弥补这一空

https://www.rectcircle.cn/posts/go-compatibility-2-forward/

Jiangrijin commented 7 months ago

想请教一下,文中提到的如果项目go line是1.20.0,项目依赖module go line是1.21.1,go编译器版本是1.21.1时报错“go: updates to go.mod needed; to update it: go mod tidy”,有官方文档说明这一点吗?