tetrate-ci opened a new pull request, #194: URL: https://github.com/apache/skywalking-swck/pull/194
This PR fixes the CI failures from #192. ## Fixes ### 1. Go version mismatch go.mod updated to `go 1.26.0` but CI used `1.25.9`. All 14 `go-version` entries in `.github/workflows/go.yml` bumped to `1.26`. ### 2. Deprecated scheme.Builder (SA1019) controller-runtime v0.24.0 deprecated `scheme.Builder`. Replaced with local `groupVersionSchemeBuilder` backed by `k8s.io/apimachinery/pkg/runtime.SchemeBuilder`. 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]
