Skip to content

Commit

Permalink
[go1.15] build: Update to k/repo-infra@v0.1.4 (supports go1.15.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 15, 2021
1 parent 3365196 commit e000e97
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.2.2
local go_runner_version=buster-v2.3.1
### 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.3
version: 0.1.4
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.3",
sha256 = "46933bedbd22bc6a26ec6116d0d3e1475ad6b23447648d19abd6493241323311",
strip_prefix = "repo-infra-0.1.4",
sha256 = "79bc5b19ca07bf0d105a646654f0b043c7d2697aacb67bf44f1dfeb172fe470b",
urls = [
"https://github.com/kubernetes/repo-infra/archive/v0.1.3.tar.gz",
"https://github.com/kubernetes/repo-infra/archive/v0.1.4.tar.gz",
],
)

Expand Down

0 comments on commit e000e97

Please sign in to comment.