From eaa2bc29b8bb5af90db19b0c9d99c2d2c57f8544 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 12 Aug 2020 12:59:48 -0400 Subject: [PATCH] [go1.15] build: Update to k/repo-infra@v0.0.12 (supports go1.15.0) Signed-off-by: Stephen Augustus --- build/dependencies.yaml | 2 +- build/root/WORKSPACE | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 815590c2e0f..dd2b96def90 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -1,7 +1,7 @@ dependencies: # Bazel - name: "repo-infra" - version: 0.0.11 + version: 0.0.12 refPaths: - path: build/root/WORKSPACE match: strip_prefix = "repo-infra-\d+.\d+.\d+" diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index cad678de818..448c42afacd 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -3,13 +3,12 @@ workspace(name = "io_k8s_kubernetes") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file") load("//build:workspace_mirror.bzl", "mirror") -# TODO(go1.15): Update once we've published a repo-infra release that supports go1.15 http_archive( name = "io_k8s_repo_infra", - strip_prefix = "repo-infra-0.0.11", - sha256 = "93da34ad63b1f95db22980becfef7d1cae6f99a84bdd16467edf68956d4288bb", + strip_prefix = "repo-infra-0.0.12", + sha256 = "e309a655a5b04fd76b6e950b3371aa8636bb929f2860a7ec22fa9b4b0b7c8236", urls = [ - "https://github.com/kubernetes/repo-infra/archive/v0.0.11.tar.gz", + "https://github.com/kubernetes/repo-infra/archive/v0.0.12.tar.gz", ], )