Skip to content

Commit 236ef23

Browse files
committed
deps: Update Golang to v1.14.4
Signed-off-by: Stephen Augustus <[email protected]>
1 parent f7dce58 commit 236ef23

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-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.13.9-5
1+
v1.14.4-2

build/dependencies.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ dependencies:
6969
match: BUNDLED_VERSIONS=
7070

7171
- name: "golang"
72-
version: 1.13.9
72+
version: 1.14.4
7373
refPaths:
7474
- path: build/build-image/cross/VERSION
75+
- path: build/root/WORKSPACE
76+
match: go_version = "\d+\.\d+\.\d+"
7577
- path: test/images/Makefile
7678
match: GOLANG_VERSION
7779

@@ -132,7 +134,7 @@ dependencies:
132134
match: tag =
133135

134136
- name: "k8s.gcr.io/kube-cross: dependents"
135-
version: v1.13.9-5
137+
version: v1.14.4-2
136138
refPaths:
137139
- path: build/build-image/cross/VERSION
138140
- 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.13.9",
22+
go_version = "1.14.4",
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.13.9
19+
GOLANG_VERSION=1.14.4
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.13.9-5 as build_k8s_1_17_sample_apiserver
16+
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.4-2 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)