Skip to content

Commit 07c7c9a

Browse files
committed
[go1.15] build: Update to k/[email protected] (supports go1.15rc2)
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 9b78bd5 commit 07c7c9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
# Bazel
33
- name: "repo-infra"
4-
version: 0.0.10
4+
version: 0.0.11
55
refPaths:
66
- path: build/root/WORKSPACE
77
match: strip_prefix = "repo-infra-\d+.\d+.\d+"

build/root/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ load("//build:workspace_mirror.bzl", "mirror")
66
# TODO(go1.15): Update once we've published a repo-infra release that supports go1.15
77
http_archive(
88
name = "io_k8s_repo_infra",
9-
strip_prefix = "repo-infra-0.0.10",
10-
sha256 = "b2d39b7d32eab3bf85bf693685b315ece4f942fca4110cf24aac3f260f2f3c6c",
9+
strip_prefix = "repo-infra-0.0.11",
10+
sha256 = "93da34ad63b1f95db22980becfef7d1cae6f99a84bdd16467edf68956d4288bb",
1111
urls = [
12-
"https://github.com/kubernetes/repo-infra/archive/v0.0.10.tar.gz",
12+
"https://github.com/kubernetes/repo-infra/archive/v0.0.11.tar.gz",
1313
],
1414
)
1515

0 commit comments

Comments
 (0)