kezhenxu94 opened a new pull request, #196: URL: https://github.com/apache/skywalking-swck/pull/196
Bumps the adapter Go version from 1.25.10 to 1.26.3 to fix multiple Go stdlib CVEs, and aligns the adapter Dockerfile (which already used `golang:1.26`) to use the explicit `golang:1.26.3` image. ## Changes - `adapter/go.mod`: `go 1.25.10` → `go 1.26.3` - `adapter/Dockerfile`: `FROM golang:1.26` → `FROM golang:1.26.3` Note: The operator already declared `go 1.26.0` (via edf1575); this PR brings the adapter up to the same minor line and pins to the latest patch. cc @kezhenxu94 -- 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]
