Skip to content

Commit afecf52

Browse files
authored
Merge pull request kubernetes#93088 from justaugustus/go1145
Update Golang to v1.14.5
2 parents 30b0ebd + 99c29de commit afecf52

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

build/build-image/cross/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.14.4-2
1+
v1.14.5-1

build/dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies:
6868
- path: cluster/images/etcd/migrate/options.go
6969

7070
- name: "golang"
71-
version: 1.14.4
71+
version: 1.14.5
7272
refPaths:
7373
- path: build/build-image/cross/VERSION
7474
- path: build/root/WORKSPACE
@@ -133,7 +133,7 @@ dependencies:
133133
match: tag =
134134

135135
- name: "k8s.gcr.io/kube-cross: dependents"
136-
version: v1.14.4-2
136+
version: v1.14.5-1
137137
refPaths:
138138
- path: build/build-image/cross/VERSION
139139
- path: test/images/sample-apiserver/Dockerfile
@@ -198,7 +198,7 @@ dependencies:
198198
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
199199

200200
- name: "repo-infra"
201-
version: 0.0.6
201+
version: 0.0.7
202202
refPaths:
203203
- path: build/root/WORKSPACE
204204
match: strip_prefix = "repo-infra-\d+.\d+.\d+"

build/root/WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ load("//build:workspace_mirror.bzl", "mirror")
55

66
http_archive(
77
name = "io_k8s_repo_infra",
8-
sha256 = "7da9e67cd291e2b3b0503649d1beaf82b10c2483f4061ebe05fb7d19f62442f0",
9-
strip_prefix = "repo-infra-0.0.6",
8+
sha256 = "54036881c2d1e55f76969777298e1c4a3cf44ba6c67fbba948c2bbeba91f19fe",
9+
strip_prefix = "repo-infra-0.0.7",
1010
urls = [
11-
"https://github.com/kubernetes/repo-infra/archive/v0.0.6.tar.gz",
11+
"https://github.com/kubernetes/repo-infra/archive/v0.0.7.tar.gz",
1212
],
1313
)
1414

@@ -19,7 +19,7 @@ repo_infra_repositories()
1919
load("@io_k8s_repo_infra//:repos.bzl", repo_infra_configure = "configure", repo_infra_go_repositories = "go_repositories")
2020

2121
repo_infra_configure(
22-
go_version = "1.14.4",
22+
go_version = "1.14.5",
2323
minimum_bazel_version = "2.2.0",
2424
)
2525

test/images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images
1616
GOARM ?= 7
1717
DOCKER_CERT_BASE_PATH ?=
1818
QEMUVERSION=v2.9.1
19-
GOLANG_VERSION=1.14.4
19+
GOLANG_VERSION=1.14.5
2020
export
2121

2222
ifndef WHAT

test/images/sample-apiserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG BASEIMAGE
16-
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.4-2 as build_k8s_1_17_sample_apiserver
16+
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.5-1 as build_k8s_1_17_sample_apiserver
1717

1818
ENV GOPATH /go
1919
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin

0 commit comments

Comments
 (0)