Skip to content

Commit

Permalink
build: Update to k/repo-infra@v0.1.7 (supports go1.15.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed May 9, 2021
1 parent 9bc73e3 commit c0b28f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:

# Bazel
- name: "repo-infra"
version: 0.1.6
version: 0.1.7
refPaths:
- path: build/root/WORKSPACE
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
Expand Down
6 changes: 3 additions & 3 deletions build/root/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror")

http_archive(
name = "io_k8s_repo_infra",
strip_prefix = "repo-infra-0.1.6",
sha256 = "a51e1a20d9a286042bd5d171fdbc941b90779f71b1bf7f960935e91f5048a73b",
strip_prefix = "repo-infra-0.1.7",
sha256 = "8947a185f5af08472786c1ebb80c9b72cfa16cb7fc2b33d55e5b50db69d909c9",
urls = [
"https://github.com/kubernetes/repo-infra/archive/v0.1.6.tar.gz",
"https://github.com/kubernetes/repo-infra/archive/v0.1.7.tar.gz",
],
)

Expand Down

0 comments on commit c0b28f2

Please sign in to comment.