wu-sheng commented on PR #249: URL: https://github.com/apache/skywalking-go/pull/249#issuecomment-4724975345
Thanks for the review @mrproliu. Addressed both points: - **support-plugins.md**: updated the `tested go vX` ranges to `go v1.24 to go v1.26`. - **Plugin-test scenario versions**: rather than leave a floor-vs-tested gap, I bumped the `go.mod` floor (all source modules + `go.work`) to `go 1.24` and moved every CI runner (build matrix, plugin-test, windows-plugin-test, e2e, and unit/lint) to Go 1.24+. EOL Go 1.19–1.23 is now fully retired and everything is aligned to the supported releases 1.24–1.26. Validated locally on go1.26.1: the agent builds with floor=1.24, instruments stdlib+runtime via `-toolexec -a`, and an instrumented service runs with the agent active without panic. -- 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]
