Skip to content

v0.1.3 - Support go1.15.5

Compare
Choose a tag to compare
@justaugustus justaugustus released this 13 Nov 10:54
· 42 commits to master since this release
v0.1.3
5407128
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_k8s_repo_infra",
    strip_prefix = "repo-infra-0.1.3",
    sha256 = "46933bedbd22bc6a26ec6116d0d3e1475ad6b23447648d19abd6493241323311",
    urls = [
        "https://github.com/kubernetes/repo-infra/archive/v0.1.3.tar.gz",
    ],
)