Skip to content

Commit c4b6678

Browse files
committed
Update Golang to v1.14.5
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 633ab1c commit c4b6678

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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: 2 additions & 2 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

build/root/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)