From f7dce58176fd5296a04661f2fda1ff7c72382619 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Mon, 22 Jun 2020 18:45:09 -0400 Subject: [PATCH] Update repo-infra to 0.0.6 to support go1.14.4 and go1.13.12 Signed-off-by: Stephen Augustus --- build/dependencies.yaml | 2 +- build/root/WORKSPACE | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index c8446d6f778..da1189cf8fe 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -197,7 +197,7 @@ dependencies: match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"} - name: "repo-infra" - version: 0.0.5 + version: 0.0.6 refPaths: - path: build/root/WORKSPACE match: strip_prefix = "repo-infra-\d+.\d+.\d+" diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index d00ff6b1dc3..dc0afe615d9 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror") http_archive( name = "io_k8s_repo_infra", - sha256 = "55e56b332ead9c32e1d53c9834a5c918a4cecd6859b70645eba6cd10372fd68f", - strip_prefix = "repo-infra-0.0.5", + sha256 = "7da9e67cd291e2b3b0503649d1beaf82b10c2483f4061ebe05fb7d19f62442f0", + strip_prefix = "repo-infra-0.0.6", urls = [ - "https://github.com/kubernetes/repo-infra/archive/v0.0.5.tar.gz", + "https://github.com/kubernetes/repo-infra/archive/v0.0.6.tar.gz", ], )