MoChengqian commented on PR #389:
URL: 
https://github.com/apache/dubbo-go-hessian2/pull/389#issuecomment-4140125034

   本次把 workflow action 版本调整为最小必要升级组合:
   
     - actions/checkout@v5
     - actions/setup-java@v5
     - actions/setup-go@v6
   
     原因是这次修改除了修已有 CI 问题,也顺手处理 GitHub Actions Node runtime 
升级带来的后续告警风险。setup-java@v5 和 setup-go@v6 是对应 Node 24 的当前主版本;checkout 停在 
v5,没升到v6,因
     为 v5 已经完成 Node 24 迁移,能满足消除 本次的warning ,也避免额外引入 v6 的凭证行为变化。
   
     另外,go.mod 没有再提升 Go 最低版本要求,仍保持:go 1.21
   
     testify未升级,修改仍使用v1.7.0;  依赖版本也没有升级,gost/pkg/errors/testify 维持当前稳定组合。
     本地已补做 workflow 静态校验,actionlint 通过;同时 go vet ./... 和 go test ./... 也已通过。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to