File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
# This file creates a standard build environment for building cross
16
16
# platform go binary for the architecture kubernetes cares about.
17
17
18
- FROM golang:1.12.4
18
+ FROM golang:1.12.5
19
19
20
20
ENV GOARM 7
21
21
ENV KUBE_DYNAMIC_CROSSPLATFORMS \
Original file line number Diff line number Diff line change 1
- v1.12.4 -1
1
+ v1.12.5 -1
Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ http_archive(
42
42
43
43
http_archive (
44
44
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" ),
47
47
)
48
48
49
49
load ("@io_bazel_rules_go//go:deps.bzl" , "go_register_toolchains" , "go_rules_dependencies" )
50
50
51
51
go_rules_dependencies ()
52
52
53
53
go_register_toolchains (
54
- go_version = "1.12.4 " ,
54
+ go_version = "1.12.5 " ,
55
55
)
56
56
57
57
http_archive (
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include ../../hack/make-rules/Makefile.manifest
17
17
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
18
18
GOARM =7
19
19
QEMUVERSION =v2.9.1
20
- GOLANG_VERSION =1.12.4
20
+ GOLANG_VERSION =1.12.5
21
21
export
22
22
23
23
ifndef WHAT
You can’t perform that action at this time.
0 commit comments