Skip to content

v0.1.9 - Support go1.15.14

Compare
Choose a tag to compare
@justaugustus justaugustus released this 14 Jul 09:56
· 2 commits to release-0.1 since this release
v0.1.9
70c3ec2
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_k8s_repo_infra",
    strip_prefix = "repo-infra-0.1.9",
    sha256 = "c4f81de0234a1ca292dc3986fed4332102299bbd0b73697b733218057112d790",
    urls = [
        "https://github.com/kubernetes/repo-infra/archive/v0.1.9.tar.gz",
    ],
)