mirror of https://github.com/kubernetes/kops.git
Update bazelbuild/rules_go to 0.9.0
This commit is contained in:
parent
d8c6b25890
commit
0a173e8b59
18
WORKSPACE
18
WORKSPACE
|
|
@ -3,12 +3,14 @@
|
|||
|
||||
http_archive(
|
||||
name = "io_bazel_rules_go",
|
||||
url = "https://github.com/bazelbuild/rules_go/releases/download/0.8.1/rules_go-0.8.1.tar.gz",
|
||||
sha256 = "90bb270d0a92ed5c83558b2797346917c46547f6f7103e648941ecdb6b9d0e72",
|
||||
sha256 = "4d8d6244320dd751590f9100cf39fd7a4b75cd901e1f3ffdfd6f048328883695",
|
||||
url = "https://github.com/bazelbuild/rules_go/releases/download/0.9.0/rules_go-0.9.0.tar.gz",
|
||||
)
|
||||
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
|
||||
|
||||
go_rules_dependencies()
|
||||
|
||||
go_register_toolchains()
|
||||
|
||||
#=============================================================================
|
||||
|
|
@ -29,10 +31,10 @@ load(
|
|||
container_repositories()
|
||||
|
||||
container_pull(
|
||||
name = "debian_hyperkube_base_amd64",
|
||||
registry = "gcr.io",
|
||||
repository = "google_containers/debian-hyperkube-base-amd64",
|
||||
# 'tag' is also supported, but digest is encouraged for reproducibility.
|
||||
digest = "sha256:fc1b461367730660ac5a40c1eb2d1b23221829acf8a892981c12361383b3742b",
|
||||
tag = "0.8",
|
||||
name = "debian_hyperkube_base_amd64",
|
||||
# 'tag' is also supported, but digest is encouraged for reproducibility.
|
||||
digest = "sha256:fc1b461367730660ac5a40c1eb2d1b23221829acf8a892981c12361383b3742b",
|
||||
registry = "gcr.io",
|
||||
repository = "google_containers/debian-hyperkube-base-amd64",
|
||||
tag = "0.8",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue