Skip to content

Commit 1a5d9ff

Browse files
committed
build: Update to [email protected] to support go1.14.3 and go1.13.11
Signed-off-by: Stephen Augustus <[email protected]>
1 parent eb34058 commit 1a5d9ff

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

build/dependencies.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,11 @@ dependencies:
197197
match: k8s.gcr.io\/pause:\d+\.\d+
198198
- path: test/utils/image/manifest.go
199199
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
200+
201+
- name: "repo-infra"
202+
version: 0.0.5
203+
refPaths:
204+
- path: build/root/WORKSPACE
205+
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
206+
- path: build/root/WORKSPACE
207+
match: https://github.com/kubernetes/repo-infra/archive/v\d+.\d+.\d+.tar.gz

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 = "7ad484dc5558432ca0666cff68bfc584d52fdb7d3e08905405182a631af56128",
9-
strip_prefix = "repo-infra-0.0.4",
8+
sha256 = "55e56b332ead9c32e1d53c9834a5c918a4cecd6859b70645eba6cd10372fd68f",
9+
strip_prefix = "repo-infra-0.0.5",
1010
urls = [
11-
"https://github.com/kubernetes/repo-infra/archive/0.0.4.tar.gz",
11+
"https://github.com/kubernetes/repo-infra/archive/v0.0.5.tar.gz",
1212
],
1313
)
1414

0 commit comments

Comments
 (0)