File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
dependencies :
2
2
# Bazel
3
3
- name : " repo-infra"
4
- version : 0.0.11
4
+ version : 0.0.12
5
5
refPaths :
6
6
- path : build/root/WORKSPACE
7
7
match : strip_prefix = "repo-infra-\d+.\d+.\d+"
Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ workspace(name = "io_k8s_kubernetes")
3
3
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" , "http_file" )
4
4
load ("//build:workspace_mirror.bzl" , "mirror" )
5
5
6
- # TODO(go1.15): Update once we've published a repo-infra release that supports go1.15
7
6
http_archive (
8
7
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 " ,
11
10
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" ,
13
12
],
14
13
)
15
14
You can’t perform that action at this time.
0 commit comments