mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
build: Update to repo-infra@v0.0.5 to support go1.14.3 and go1.13.11
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
eb34058777
commit
1a5d9ffac3
@ -197,3 +197,11 @@ dependencies:
|
||||
match: k8s.gcr.io\/pause:\d+\.\d+
|
||||
- path: test/utils/image/manifest.go
|
||||
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
|
||||
|
||||
- name: "repo-infra"
|
||||
version: 0.0.5
|
||||
refPaths:
|
||||
- path: build/root/WORKSPACE
|
||||
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
|
||||
- path: build/root/WORKSPACE
|
||||
match: https://github.com/kubernetes/repo-infra/archive/v\d+.\d+.\d+.tar.gz
|
||||
|
@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror")
|
||||
|
||||
http_archive(
|
||||
name = "io_k8s_repo_infra",
|
||||
sha256 = "7ad484dc5558432ca0666cff68bfc584d52fdb7d3e08905405182a631af56128",
|
||||
strip_prefix = "repo-infra-0.0.4",
|
||||
sha256 = "55e56b332ead9c32e1d53c9834a5c918a4cecd6859b70645eba6cd10372fd68f",
|
||||
strip_prefix = "repo-infra-0.0.5",
|
||||
urls = [
|
||||
"https://github.com/kubernetes/repo-infra/archive/0.0.4.tar.gz",
|
||||
"https://github.com/kubernetes/repo-infra/archive/v0.0.5.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user