diff --git a/build/build-image/cross/Dockerfile b/build/build-image/cross/Dockerfile index 61dd59104a..ac38a5432d 100644 --- a/build/build-image/cross/Dockerfile +++ b/build/build-image/cross/Dockerfile @@ -15,7 +15,7 @@ # This file creates a standard build environment for building cross # platform go binary for the architecture kubernetes cares about. -FROM golang:1.10.2 +FROM golang:1.10.3 ENV GOARM 7 ENV KUBE_DYNAMIC_CROSSPLATFORMS \ diff --git a/build/build-image/cross/VERSION b/build/build-image/cross/VERSION index c46db99f46..e5b4243709 100644 --- a/build/build-image/cross/VERSION +++ b/build/build-image/cross/VERSION @@ -1 +1 @@ -v1.10.2-1 +v1.10.3-1 diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index 9c3e799a45..8c6a8c6b6d 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -48,7 +48,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_pull", "docker_reposit go_rules_dependencies() go_register_toolchains( - go_version = "1.10.2", + go_version = "1.10.3", ) docker_repositories() diff --git a/test/images/Makefile b/test/images/Makefile index 81be891ce4..47c9d46ad2 100644 --- a/test/images/Makefile +++ b/test/images/Makefile @@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest REGISTRY ?= gcr.io/kubernetes-e2e-test-images GOARM=7 QEMUVERSION=v2.9.1 -GOLANG_VERSION=1.10.2 +GOLANG_VERSION=1.10.3 export ifndef WHAT