Skip to content

Commit

Permalink
build: Update to k/repo-infra@v0.1.5 (supports go1.15.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 18, 2021
1 parent a822ae8 commit 6e77667
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/common.sh
Expand Up @@ -94,7 +94,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
# $1 - server architecture
kube::build::get_docker_wrapped_binaries() {
local debian_iptables_version=buster-v1.3.0
local go_runner_version=buster-v2.3.1
local go_runner_version=v2.3.1-go1.15.10-buster.0
### If you change any of these lists, please also update DOCKERIZED_BINARIES
### in build/BUILD. And kube::golang::server_image_targets
local targets=(
Expand Down
2 changes: 1 addition & 1 deletion build/dependencies.yaml
Expand Up @@ -17,7 +17,7 @@ dependencies:

# Bazel
- name: "repo-infra"
version: 0.1.4
version: 0.1.5
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.4",
sha256 = "79bc5b19ca07bf0d105a646654f0b043c7d2697aacb67bf44f1dfeb172fe470b",
strip_prefix = "repo-infra-0.1.5",
sha256 = "f705b85b239f53fda5253d36087d09b0162ea65f3baa74b83bd249133032d29b",
urls = [
"https://github.com/kubernetes/repo-infra/archive/v0.1.4.tar.gz",
"https://github.com/kubernetes/repo-infra/archive/v0.1.5.tar.gz",
],
)

Expand Down

0 comments on commit 6e77667

Please sign in to comment.