From f9e2bf2c3e57d260ef829f67c33afcabb6e898ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:31:16 +0000 Subject: [PATCH] fix(deps): update k8s.io/test-infra digest to 0f6b228 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1d9e7480d..856f19b71 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/sirupsen/logrus v1.9.0 gotest.tools v2.2.0+incompatible k8s.io/apimachinery v0.24.2 - k8s.io/test-infra v0.0.0-20230116043250-28c7a83d5420 + k8s.io/test-infra 0f6b22842bb6 k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 sigs.k8s.io/yaml v1.3.0 )