Skip to content

v0.2.2 - increase verify-golangci-lint timeout

Compare
Choose a tag to compare
@fejta fejta released this 10 Apr 00:05
· 12 commits to master since this release
ee974c8
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

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