diff --git a/build/build-image/cross/VERSION b/build/build-image/cross/VERSION index 7c4f2e37647..535829ee9a4 100644 --- a/build/build-image/cross/VERSION +++ b/build/build-image/cross/VERSION @@ -1 +1 @@ -v1.13.9-5 +v1.14.4-2 diff --git a/build/dependencies.yaml b/build/dependencies.yaml index da1189cf8fe..ecfae4796a6 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -69,9 +69,11 @@ dependencies: match: BUNDLED_VERSIONS= - name: "golang" - version: 1.13.9 + version: 1.14.4 refPaths: - path: build/build-image/cross/VERSION + - path: build/root/WORKSPACE + match: go_version = "\d+\.\d+\.\d+" - path: test/images/Makefile match: GOLANG_VERSION @@ -132,7 +134,7 @@ dependencies: match: tag = - name: "k8s.gcr.io/kube-cross: dependents" - version: v1.13.9-5 + version: v1.14.4-2 refPaths: - path: build/build-image/cross/VERSION - path: test/images/sample-apiserver/Dockerfile diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index dc0afe615d9..73162048112 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -19,7 +19,7 @@ repo_infra_repositories() load("@io_k8s_repo_infra//:repos.bzl", repo_infra_configure = "configure", repo_infra_go_repositories = "go_repositories") repo_infra_configure( - go_version = "1.13.9", + go_version = "1.14.4", minimum_bazel_version = "2.2.0", ) diff --git a/test/images/Makefile b/test/images/Makefile index c653f87f8c0..9b143758914 100644 --- a/test/images/Makefile +++ b/test/images/Makefile @@ -16,7 +16,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images GOARM ?= 7 DOCKER_CERT_BASE_PATH ?= QEMUVERSION=v2.9.1 -GOLANG_VERSION=1.13.9 +GOLANG_VERSION=1.14.4 export ifndef WHAT diff --git a/test/images/sample-apiserver/Dockerfile b/test/images/sample-apiserver/Dockerfile index 09ff6b34587..96d140572e4 100644 --- a/test/images/sample-apiserver/Dockerfile +++ b/test/images/sample-apiserver/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. ARG BASEIMAGE -FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-5 as build_k8s_1_17_sample_apiserver +FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.14.4-2 as build_k8s_1_17_sample_apiserver ENV GOPATH /go RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin