Skip to content

Renovate: Update External dependencies #303

Renovate: Update External dependencies

Renovate: Update External dependencies #303

Triggered via pull request April 30, 2026 20:49
Status Failure
Total duration 2m 8s
Artifacts

checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Checks
issues found
Checks: api/topology/v1alpha1/groupversion_info.go#L32
SA1019: scheme.Builder is deprecated: This helper is only useful in api packages, but api packages should be easy to import and hence have minimal dependencies. Typically, these dependencies include only the standard library, k8s.io/apimachinery and other api packages. (staticcheck)
Checks: api/bgp/v1alpha1/groupversion_info.go#L32
SA1019: scheme.Builder is deprecated: This helper is only useful in api packages, but api packages should be easy to import and hence have minimal dependencies. Typically, these dependencies include only the standard library, k8s.io/apimachinery and other api packages. (staticcheck)
Checks: internal/controller/calico/hostendpoint_controller.go#L50
mapsloop: Replace m[k]=v loop with maps.Copy (modernize)