From c3d109920512a8913e271d00a8ad0374c6e9e678 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Sun, 9 Aug 2020 02:22:24 -0400 Subject: [PATCH] [go1.15] hack/tools: Update to k/repo-infra@v0.0.11 (supports go1.15rc2) Signed-off-by: Stephen Augustus --- hack/tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/tools/go.mod b/hack/tools/go.mod index f66b3f3859e..3948a129751 100644 --- a/hack/tools/go.mod +++ b/hack/tools/go.mod @@ -11,5 +11,5 @@ require ( gotest.tools v2.2.0+incompatible gotest.tools/gotestsum v0.3.5 honnef.co/go/tools v0.0.1-2020.1.4 - k8s.io/repo-infra v0.0.10 + k8s.io/repo-infra v0.0.11 )