Skip to content

v0.1.7 - Support go1.15.12

Compare
Choose a tag to compare
@justaugustus justaugustus released this 07 May 16:49
· 16 commits to master since this release
1241616
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_k8s_repo_infra",
    strip_prefix = "repo-infra-0.1.7",
    sha256 = "8947a185f5af08472786c1ebb80c9b72cfa16cb7fc2b33d55e5b50db69d909c9",
    urls = [
        "https://github.com/kubernetes/repo-infra/archive/v0.1.7.tar.gz",
    ],
)