mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +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:
@@ -3,13 +3,12 @@ workspace(name = "io_k8s_kubernetes")
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
||||
load("//build:workspace_mirror.bzl", "mirror")
|
||||
|
||||
# TODO(go1.15): Update once we've published a repo-infra release that supports go1.15
|
||||
http_archive(
|
||||
name = "io_k8s_repo_infra",
|
||||
strip_prefix = "repo-infra-0.0.11",
|
||||
sha256 = "93da34ad63b1f95db22980becfef7d1cae6f99a84bdd16467edf68956d4288bb",
|
||||
strip_prefix = "repo-infra-0.0.12",
|
||||
sha256 = "e309a655a5b04fd76b6e950b3371aa8636bb929f2860a7ec22fa9b4b0b7c8236",
|
||||
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",
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user