Skip to content

Commit 99c29de

Browse files
committed
Update repo-infra to 0.0.7 (to support go1.14.5 and go1.13.13)
Includes: - bazelbuild/[email protected] - bazelbuild/[email protected] Signed-off-by: Stephen Augustus <[email protected]>
1 parent c4b6678 commit 99c29de

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
@@ -198,7 +198,7 @@ dependencies:
198198
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
199199

200200
- name: "repo-infra"
201-
version: 0.0.6
201+
version: 0.0.7
202202
refPaths:
203203
- path: build/root/WORKSPACE
204204
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
@@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror")
55

66
http_archive(
77
name = "io_k8s_repo_infra",
8-
sha256 = "7da9e67cd291e2b3b0503649d1beaf82b10c2483f4061ebe05fb7d19f62442f0",
9-
strip_prefix = "repo-infra-0.0.6",
8+
sha256 = "54036881c2d1e55f76969777298e1c4a3cf44ba6c67fbba948c2bbeba91f19fe",
9+
strip_prefix = "repo-infra-0.0.7",
1010
urls = [
11-
"https://github.com/kubernetes/repo-infra/archive/v0.0.6.tar.gz",
11+
"https://github.com/kubernetes/repo-infra/archive/v0.0.7.tar.gz",
1212
],
1313
)
1414

0 commit comments

Comments
 (0)