sotw: rlp workflow #2499
Annotations
2 errors and 2 warnings
pkg/library/gatewayapi/utils.go#L1
Please run goimports .
diff --git a/pkg/library/gatewayapi/utils.go b/pkg/library/gatewayapi/utils.go
index 7f1cc19..c2190dc 100644
--- a/pkg/library/gatewayapi/utils.go
+++ b/pkg/library/gatewayapi/utils.go
@@ -252,7 +252,7 @@ func IsHTTPRouteReady(httpRoute *gatewayapiv1.HTTPRoute, gateway *gatewayapiv1.G
routeStatus, found := lo.Find(httpRoute.Status.Parents, func(s gatewayapiv1.RouteParentStatus) bool {
ref := s.ParentRef
return s.ControllerName == controllerName &&
- ptr.Deref(ref.Group, gatewayapiv1.Group(gatewayapiv1.GroupName)) == gatewayapiv1.Group(gateway.GroupVersionKind().Group) &&
+ ptr.Deref(ref.Group, gatewayapiv1.Group(gatewayapiv1.GroupName)) == gatewayapiv1.Group(gateway.GroupVersionKind().Group) &&
ptr.Deref(ref.Kind, gatewayapiv1.Kind(machinery.GatewayGroupKind.Kind)) == gatewayapiv1.Kind(gateway.GroupVersionKind().Kind) &&
ptr.Deref(ref.Namespace, gatewayapiv1.Namespace(httpRoute.GetNamespace())) == gatewayapiv1.Namespace(gateway.GetNamespace()) &&
ref.Name == gatewayapiv1.ObjectName(gateway.GetName())
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading