Skip to content

v0.1.10 - Support go1.15.15

Compare
Choose a tag to compare
@cpanato cpanato released this 07 Aug 11:20
· 16 commits to master since this release
v0.1.10
bdc7aa0
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

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