Bump golang version to 1.11.2

pull/58/head
Christoph Blecker 2018-11-03 14:10:45 -07:00
parent 14120dd44a
commit b71e74626e
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
4 changed files with 4 additions and 4 deletions

View File

@ -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.11.1
FROM golang:1.11.2
ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@ -1 +1 @@
v1.11.1-2
v1.11.2-1

View File

@ -49,7 +49,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_pull", "docker_reposit
go_rules_dependencies()
go_register_toolchains(
go_version = "1.11.1",
go_version = "1.11.2",
)
docker_repositories()

View File

@ -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.11.1
GOLANG_VERSION=1.11.2
export
ifndef WHAT