From ebd8ccc6bba982e556794a56ccd380d513037fc5 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 2 Sep 2020 19:47:58 -0400 Subject: [PATCH] [go1.15] build: Update to k/repo-infra@v0.1.1 (supports go1.15.2) 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 8735a29e2e7..9a4a8763cae 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -17,7 +17,7 @@ dependencies: # Bazel - name: "repo-infra" - version: 0.0.12 + version: 0.1.1 refPaths: - path: build/root/WORKSPACE match: strip_prefix = "repo-infra-\d+.\d+.\d+" diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index 4cc85d2a3eb..6f4832aa3a7 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", - strip_prefix = "repo-infra-0.0.12", - sha256 = "e309a655a5b04fd76b6e950b3371aa8636bb929f2860a7ec22fa9b4b0b7c8236", + strip_prefix = "repo-infra-0.1.1", + sha256 = "6c916da43b701e2947f147f3791b3355d8a342dd6cb81887b7d6db184879e387", urls = [ - "https://github.com/kubernetes/repo-infra/archive/v0.0.12.tar.gz", + "https://github.com/kubernetes/repo-infra/archive/v0.1.1.tar.gz", ], )