Skip to content

Commit f7dce58

Browse files
committed
Update repo-infra to 0.0.6 to support go1.14.4 and go1.13.12
Signed-off-by: Stephen Augustus <[email protected]>
1 parent f38ce57 commit f7dce58

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

199199
- name: "repo-infra"
200-
version: 0.0.5
200+
version: 0.0.6
201201
refPaths:
202202
- path: build/root/WORKSPACE
203203
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 = "55e56b332ead9c32e1d53c9834a5c918a4cecd6859b70645eba6cd10372fd68f",
9-
strip_prefix = "repo-infra-0.0.5",
8+
sha256 = "7da9e67cd291e2b3b0503649d1beaf82b10c2483f4061ebe05fb7d19f62442f0",
9+
strip_prefix = "repo-infra-0.0.6",
1010
urls = [
11-
"https://github.com/kubernetes/repo-infra/archive/v0.0.5.tar.gz",
11+
"https://github.com/kubernetes/repo-infra/archive/v0.0.6.tar.gz",
1212
],
1313
)
1414

0 commit comments

Comments
 (0)