mirror of https://github.com/kubernetes/kops.git
Explicitly set go version in bazel build
So it doesn't float with rules_go updates
This commit is contained in:
parent
4e284e9966
commit
1c80999e8c
|
|
@ -11,7 +11,9 @@ load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_too
|
||||||
|
|
||||||
go_rules_dependencies()
|
go_rules_dependencies()
|
||||||
|
|
||||||
go_register_toolchains()
|
go_register_toolchains(
|
||||||
|
go_version = "1.9.3",
|
||||||
|
)
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
# Docker rules
|
# Docker rules
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue