Skip to content

Commit 31ffa88

Browse files
committed
Update to go 1.12.5
1 parent 9f1b04f commit 31ffa88

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.12.4
18+
FROM golang:1.12.5
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.12.4-1
1+
v1.12.5-1

build/root/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ http_archive(
4242

4343
http_archive(
4444
name = "io_bazel_rules_go",
45-
sha256 = "91b79f4758fd16f2c6426279ce00c1d2d8577d61c519db39675ed84657e1a95e",
46-
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.17.4/rules_go-0.17.4.tar.gz"),
45+
sha256 = "87a089eabf919de29eb4711daa52ffbc4b22b2c045949c20503357a3cadf1037",
46+
urls = mirror("https://github.com/bazelbuild/rules_go/releases/download/0.17.5/rules_go-0.17.5.tar.gz"),
4747
)
4848

4949
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")
5050

5151
go_rules_dependencies()
5252

5353
go_register_toolchains(
54-
go_version = "1.12.4",
54+
go_version = "1.12.5",
5555
)
5656

5757
http_archive(

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.12.4
20+
GOLANG_VERSION=1.12.5
2121
export
2222

2323
ifndef WHAT

0 commit comments

Comments
 (0)