Skip to content

v0.1.2 - Support go1.15.3

Compare
Choose a tag to compare
@justaugustus justaugustus released this 21 Oct 21:36
· 46 commits to master since this release
v0.1.2
552e8af
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_k8s_repo_infra",
    strip_prefix = "repo-infra-0.1.2",
    sha256 = "5ff82744aad79b92b3963a26d779164d26b906aee0b177d66658be2c7a83617f",
    urls = [
        "https://github.com/kubernetes/repo-infra/archive/v0.1.2.tar.gz",
    ],
)