[go1.15] build: Update to k/repo-infra@v0.0.12 (supports go1.15.0)

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus 2020-08-12 12:59:48 -04:00
parent 4a7804ae17
commit eaa2bc29b8
2 changed files with 4 additions and 5 deletions

View File

@ -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+"

View File

@ -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",
],
)