wu-sheng commented on code in PR #249: URL: https://github.com/apache/skywalking-go/pull/249#discussion_r3424953033
########## test/plugins/scenarios/cross-goroutine/plugin.yml: ########## @@ -20,9 +20,6 @@ start-script: ./bin/startup.sh framework: go export-port: 8080 support-version: - - go: 1.19 Review Comment: Good catch — resolved by going all the way: the module `go.mod` floor (all source modules + `go.work`) is now bumped to `go 1.24`, so the agent no longer claims to build on EOL Go 1.19–1.23. With the floor at 1.24, the base images, the CI build/plugin/e2e runners, and these plugin-test scenarios are all aligned to the supported releases (1.24–1.26), so dropping 1.19–1.23 here is consistent rather than a coverage gap. The unit/instrument/race/lint job also moved to the 1.24 baseline. -- 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]
