diff --git a/build/build-image/cross/Dockerfile b/build/build-image/cross/Dockerfile index 15823fd1760..420fb569ee9 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.8.3 +FROM golang:1.9.1 ENV GOARM 7 ENV KUBE_DYNAMIC_CROSSPLATFORMS \ diff --git a/build/build-image/cross/VERSION b/build/build-image/cross/VERSION index e331872b28f..da72815c9cc 100644 --- a/build/build-image/cross/VERSION +++ b/build/build-image/cross/VERSION @@ -1 +1 @@ -v1.8.3-3 +v1.9.1-1 diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index 6ca56c53055..708635404db 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -1,8 +1,8 @@ http_archive( name = "io_bazel_rules_go", - sha256 = "a4ea00b71a6fc3bd381cbbf6eb83ec91fe8b32b1c622c048f1e6f0d965bb1a2d", - strip_prefix = "rules_go-a280fbac1a0a4c67b0eee660b4fd1b3db7c9f058", - urls = ["https://github.com/bazelbuild/rules_go/archive/a280fbac1a0a4c67b0eee660b4fd1b3db7c9f058.tar.gz"], + sha256 = "441e560e947d8011f064bd7348d86940d6b6131ae7d7c4425a538e8d9f884274", + strip_prefix = "rules_go-c72631a220406c4fae276861ee286aaec82c5af2", + urls = ["https://github.com/bazelbuild/rules_go/archive/c72631a220406c4fae276861ee286aaec82c5af2.tar.gz"], ) http_archive( @@ -49,7 +49,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_repositories", "docker go_rules_dependencies() go_register_toolchains( - go_version = "1.8.3", + go_version = "1.9.1", ) docker_repositories() diff --git a/hack/update-bazel.sh b/hack/update-bazel.sh index 6bfa9b062d2..91ebb56caba 100755 --- a/hack/update-bazel.sh +++ b/hack/update-bazel.sh @@ -39,7 +39,7 @@ kube::util::go_install_from_commit \ e26fc85d14a1d3dc25569831acc06919673c545a kube::util::go_install_from_commit \ github.com/bazelbuild/rules_go/go/tools/gazelle/gazelle \ - a280fbac1a0a4c67b0eee660b4fd1b3db7c9f058 + c72631a220406c4fae276861ee286aaec82c5af2 touch "${KUBE_ROOT}/vendor/BUILD" diff --git a/test/images/Makefile b/test/images/Makefile index 07b83c79997..8cca9205118 100644 --- a/test/images/Makefile +++ b/test/images/Makefile @@ -15,7 +15,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images GOARM=7 QEMUVERSION=v2.9.1 -GOLANG_VERSION=1.8.3 +GOLANG_VERSION=1.9.1 export ifndef WHAT