Skip to content

Commit 7397a62

Browse files
committed
Update to go1.11.4
1 parent a521285 commit 7397a62

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build/build-image/cross/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file creates a standard build environment for building cross
1616
# platform go binary for the architecture kubernetes cares about.
1717

18-
FROM golang:1.11.3
18+
FROM golang:1.11.4
1919

2020
ENV GOARM 7
2121
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

build/build-image/cross/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.11.3-1
1+
v1.11.4-1

build/root/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("//build:workspace.bzl", "CNI_VERSION", "CRI_TOOLS_VERSION")
44

55
http_archive(
66
name = "io_bazel_rules_go",
7-
sha256 = "62ec3496a00445889a843062de9930c228b770218c735eca89c67949cd967c3f",
8-
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.16.4/rules_go-0.16.4.tar.gz"),
7+
sha256 = "7be7dc01f1e0afdba6c8eb2b43d2fa01c743be1b9273ab1eaf6c233df078d705",
8+
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.16.5/rules_go-0.16.5.tar.gz"),
99
)
1010

1111
http_archive(
@@ -49,7 +49,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_pull", "docker_reposit
4949
go_rules_dependencies()
5050

5151
go_register_toolchains(
52-
go_version = "1.11.3",
52+
go_version = "1.11.4",
5353
)
5454

5555
docker_repositories()

test/images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
1717
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
1818
GOARM=7
1919
QEMUVERSION=v2.9.1
20-
GOLANG_VERSION=1.11.3
20+
GOLANG_VERSION=1.11.4
2121
export
2222

2323
ifndef WHAT

0 commit comments

Comments
 (0)