Skip to content

v0.0.8 - Support bazel 3.4.1, go1.14.6/go1.13.14

Compare
Choose a tag to compare
@justaugustus justaugustus released this 17 Jul 18:22
· 79 commits to master since this release
v0.0.8
c01c232
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_k8s_repo_infra",
    strip_prefix = "repo-infra-0.0.8",
    sha256 = "2a86a60706c1f9b2d87f25d2bc1d107d823908ec3fb895735c8aa9a4b239d10e",
    urls = [
        "https://github.com/kubernetes/repo-infra/archive/v0.0.8.tar.gz",
    ],
)