Unverified Commit c2aa3586 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70665 from cblecker/go-1.11.2

Update to use go1.11.2
parents f40a5d11 b71e7462
......@@ -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 \
......
......@@ -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()
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment