Skip to content

Commit eaa2bc2

Browse files
committed
[go1.15] build: Update to k/[email protected] (supports go1.15.0)
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 4a7804a commit eaa2bc2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.11
4+
version: 0.0.12
55
refPaths:
66
- path: build/root/WORKSPACE
77
match: strip_prefix = "repo-infra-\d+.\d+.\d+"

build/root/WORKSPACE

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ workspace(name = "io_k8s_kubernetes")
33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
44
load("//build:workspace_mirror.bzl", "mirror")
55

6-
# TODO(go1.15): Update once we've published a repo-infra release that supports go1.15
76
http_archive(
87
name = "io_k8s_repo_infra",
9-
strip_prefix = "repo-infra-0.0.11",
10-
sha256 = "93da34ad63b1f95db22980becfef7d1cae6f99a84bdd16467edf68956d4288bb",
8+
strip_prefix = "repo-infra-0.0.12",
9+
sha256 = "e309a655a5b04fd76b6e950b3371aa8636bb929f2860a7ec22fa9b4b0b7c8236",
1110
urls = [
12-
"https://github.com/kubernetes/repo-infra/archive/v0.0.11.tar.gz",
11+
"https://github.com/kubernetes/repo-infra/archive/v0.0.12.tar.gz",
1312
],
1413
)
1514

0 commit comments

Comments
 (0)