Skip to content

Commit

Permalink
build: Update to k/repo-infra@v0.1.8 (supports go1.15.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoycekung committed Jun 10, 2021
1 parent 24c35ec commit 9710d08
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
Expand Up @@ -17,7 +17,7 @@ dependencies:

# Bazel
- name: "repo-infra"
version: 0.1.7
version: 0.1.8
refPaths:
- path: build/root/WORKSPACE
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
Expand Down
6 changes: 3 additions & 3 deletions build/root/WORKSPACE
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.7",
sha256 = "8947a185f5af08472786c1ebb80c9b72cfa16cb7fc2b33d55e5b50db69d909c9",
strip_prefix = "repo-infra-0.1.8",
sha256 = "5baf1b698bc20080ba714401c34ddc6ffa447757896c26399c00ab8bb39cc980",
urls = [
"https://github.com/kubernetes/repo-infra/archive/v0.1.7.tar.gz",
"https://github.com/kubernetes/repo-infra/archive/v0.1.8.tar.gz",
],
)

Expand Down

0 comments on commit 9710d08

Please sign in to comment.