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

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus 2020-07-20 18:49:48 -04:00
parent c626a779ac
commit 0aca24df0f
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
dependencies:
# Bazel
- name: "repo-infra"
version: 0.0.8
version: 0.0.10
refPaths:
- path: build/root/WORKSPACE
match: strip_prefix = "repo-infra-\d+.\d+.\d+"

View File

@ -3,12 +3,13 @@ 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.8",
sha256 = "2a86a60706c1f9b2d87f25d2bc1d107d823908ec3fb895735c8aa9a4b239d10e",
strip_prefix = "repo-infra-0.0.10",
sha256 = "b2d39b7d32eab3bf85bf693685b315ece4f942fca4110cf24aac3f260f2f3c6c",
urls = [
"https://github.com/kubernetes/repo-infra/archive/v0.0.8.tar.gz",
"https://github.com/kubernetes/repo-infra/archive/v0.0.10.tar.gz",
],
)