mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Update repo-infra to v0.0.8 (to support go1.14.6 and go1.13.14)
Includes: - bazelbuild/bazel-toolchains@3.4.0 - bazelbuild/rules_go@v0.22.8 Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
f9ad7db9a6
commit
bddd52046d
@ -198,7 +198,7 @@ dependencies:
|
|||||||
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
|
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
|
||||||
|
|
||||||
- name: "repo-infra"
|
- name: "repo-infra"
|
||||||
version: 0.0.7
|
version: 0.0.8
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: build/root/WORKSPACE
|
- path: build/root/WORKSPACE
|
||||||
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
|
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
|
||||||
|
@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror")
|
|||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_k8s_repo_infra",
|
name = "io_k8s_repo_infra",
|
||||||
sha256 = "54036881c2d1e55f76969777298e1c4a3cf44ba6c67fbba948c2bbeba91f19fe",
|
strip_prefix = "repo-infra-0.0.8",
|
||||||
strip_prefix = "repo-infra-0.0.7",
|
sha256 = "2a86a60706c1f9b2d87f25d2bc1d107d823908ec3fb895735c8aa9a4b239d10e",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/kubernetes/repo-infra/archive/v0.0.7.tar.gz",
|
"https://github.com/kubernetes/repo-infra/archive/v0.0.8.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user