-
Notifications
You must be signed in to change notification settings - Fork 0
chore: go.work toolchain go1.26.6(修 security 定时任务 govulncheck 红:GO-2026-6218/6091) - #34
Open
sqlrush wants to merge 1 commit into
Open
chore: go.work toolchain go1.26.6(修 security 定时任务 govulncheck 红:GO-2026-6218/6091) #34sqlrush wants to merge 1 commit into
sqlrush wants to merge 1 commit into
Conversation
...spec-1.8 §11 更正 codexgo 对全部模块的构建依赖结论
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
main 的 security 定时 job(govulncheck)报 Go 标准库 GO-2026-6218(net/url)/ GO-2026-6091(html/template),修复版 1.26.6。
go.work加toolchain go1.26.6作唯一钉点(setup-go1.26/golang:1.26浮动到该补丁版之下时也自动取)。另更正 spec-1.8 §11 一处结论:全部模块的构建都需要 codexgo 在../codexgo(MVS 要读它的 go.mod),CI/Dockerfile 本就无条件拉取。Test plan
go version在工作区内自动切到 go1.26.6;gateway/console 编译通过