mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
[go1.15] build: Update to k/repo-infra@v0.0.12 (supports go1.15.0)
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
4a7804ae17
commit
eaa2bc29b8
@ -1,7 +1,7 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
# Bazel
|
# Bazel
|
||||||
- name: "repo-infra"
|
- name: "repo-infra"
|
||||||
version: 0.0.11
|
version: 0.0.12
|
||||||
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+"
|
||||||
|
@ -3,13 +3,12 @@ workspace(name = "io_k8s_kubernetes")
|
|||||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
||||||
load("//build:workspace_mirror.bzl", "mirror")
|
load("//build:workspace_mirror.bzl", "mirror")
|
||||||
|
|
||||||
# TODO(go1.15): Update once we've published a repo-infra release that supports go1.15
|
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "io_k8s_repo_infra",
|
name = "io_k8s_repo_infra",
|
||||||
strip_prefix = "repo-infra-0.0.11",
|
strip_prefix = "repo-infra-0.0.12",
|
||||||
sha256 = "93da34ad63b1f95db22980becfef7d1cae6f99a84bdd16467edf68956d4288bb",
|
sha256 = "e309a655a5b04fd76b6e950b3371aa8636bb929f2860a7ec22fa9b4b0b7c8236",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/kubernetes/repo-infra/archive/v0.0.11.tar.gz",
|
"https://github.com/kubernetes/repo-infra/archive/v0.0.12.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user