mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
[go1.15] build: Update to k/repo-infra@v0.0.11 (supports go1.15rc2)
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
9b78bd5979
commit
07c7c9a55b
@ -1,7 +1,7 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
# Bazel
|
# Bazel
|
||||||
- name: "repo-infra"
|
- name: "repo-infra"
|
||||||
version: 0.0.10
|
version: 0.0.11
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: build/root/WORKSPACE
|
- path: build/root/WORKSPACE
|
||||||
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
|
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
|
||||||
|
@ -6,10 +6,10 @@ load("//build:workspace_mirror.bzl", "mirror")
|
|||||||
# TODO(go1.15): Update once we've published a repo-infra release that supports go1.15
|
# TODO(go1.15): Update once we've published a repo-infra release that supports go1.15
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_k8s_repo_infra",
|
name = "io_k8s_repo_infra",
|
||||||
strip_prefix = "repo-infra-0.0.10",
|
strip_prefix = "repo-infra-0.0.11",
|
||||||
sha256 = "b2d39b7d32eab3bf85bf693685b315ece4f942fca4110cf24aac3f260f2f3c6c",
|
sha256 = "93da34ad63b1f95db22980becfef7d1cae6f99a84bdd16467edf68956d4288bb",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/kubernetes/repo-infra/archive/v0.0.10.tar.gz",
|
"https://github.com/kubernetes/repo-infra/archive/v0.0.11.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user