Skip to content

v0.1.5 - Support go1.15.10

Choose a tag to compare

@justaugustus justaugustus released this 18 Mar 16:09
· 31 commits to master since this release
v0.1.5
99022b2
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

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