Go1.18.2 和 Go1.17.10 发布
Go语言精选
共 462字,需浏览 1分钟
·
2022-05-15 14:43
阅读本文大概需要 1 分钟。
Go 发布了 Go1.18.2 和 Go1.17.10,这是两个小版本更新,主要更新 Linux 系统的一个安全问题。
• syscall: fix Faccessat on Linux
When called with a non-zero flags parameter, the Faccessat function could incorrectly report that a file is accessible.
详细信息参考 issue:https://go.dev/issue/52313。
Go 语言中文网准备好了安装包:https://studygolang.com/dl。
评论