mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
[go1.15] build: Update to k/repo-infra@v0.1.3 (supports go1.15.5)
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
8b2f5be319
commit
eeb31f1a3c
@ -17,7 +17,7 @@ dependencies:
|
||||
|
||||
# Bazel
|
||||
- name: "repo-infra"
|
||||
version: 0.1.1
|
||||
version: 0.1.3
|
||||
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.1",
|
||||
sha256 = "6c916da43b701e2947f147f3791b3355d8a342dd6cb81887b7d6db184879e387",
|
||||
strip_prefix = "repo-infra-0.1.3",
|
||||
sha256 = "46933bedbd22bc6a26ec6116d0d3e1475ad6b23447648d19abd6493241323311",
|
||||
urls = [
|
||||
"https://github.com/kubernetes/repo-infra/archive/v0.1.1.tar.gz",
|
||||
"https://github.com/kubernetes/repo-infra/archive/v0.1.3.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user