mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
build: Update to k/repo-infra@v0.1.6 (supports go1.15.11)
This commit is contained in:
parent
c1b9ec7b2c
commit
c52ea10c3b
2 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ dependencies:
|
|||
|
||||
# Bazel
|
||||
- name: "repo-infra"
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
refPaths:
|
||||
- path: build/root/WORKSPACE
|
||||
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror")
|
|||
|
||||
http_archive(
|
||||
name = "io_k8s_repo_infra",
|
||||
strip_prefix = "repo-infra-0.1.5",
|
||||
sha256 = "f705b85b239f53fda5253d36087d09b0162ea65f3baa74b83bd249133032d29b",
|
||||
strip_prefix = "repo-infra-0.1.6",
|
||||
sha256 = "a51e1a20d9a286042bd5d171fdbc941b90779f71b1bf7f960935e91f5048a73b",
|
||||
urls = [
|
||||
"https://github.com/kubernetes/repo-infra/archive/v0.1.5.tar.gz",
|
||||
"https://github.com/kubernetes/repo-infra/archive/v0.1.6.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue