diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 815590c2e0f..dd2b96def90 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -1,7 +1,7 @@ dependencies: # Bazel - name: "repo-infra" - version: 0.0.11 + version: 0.0.12 refPaths: - path: build/root/WORKSPACE match: strip_prefix = "repo-infra-\d+.\d+.\d+" diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index cad678de818..448c42afacd 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -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", ], )