mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
Update to golang 1.10.4
This commit is contained in:
@@ -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.10.3
|
||||
FROM golang:1.10.4
|
||||
|
||||
ENV GOARM 7
|
||||
ENV KUBE_DYNAMIC_CROSSPLATFORMS \
|
||||
|
@@ -1 +1 @@
|
||||
v1.10.3-1
|
||||
v1.10.4-1
|
||||
|
@@ -48,7 +48,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_pull", "docker_reposit
|
||||
go_rules_dependencies()
|
||||
|
||||
go_register_toolchains(
|
||||
go_version = "1.10.3",
|
||||
go_version = "1.10.4",
|
||||
)
|
||||
|
||||
docker_repositories()
|
||||
|
Reference in New Issue
Block a user