Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 53545ab

Browse files
smukherj1rbe-toolchains-pr-bot
authored andcommitted
Update rules_go version along with grpc dependencies fix (#468)
1 parent 3eb9020 commit 53545ab

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

examples/hellogrpc/proto/BUILD

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ java_grpc_library(
3737

3838
go_grpc_library(
3939
name = "simple_go_grpc",
40+
go_deps = [
41+
"@org_golang_google_grpc//codes:go_default_library",
42+
"@org_golang_google_grpc//status:go_default_library",
43+
],
4044
importpath = "github.com/bazelbuild/rules_k8s/examples/hellogrpc/proto/go",
4145
visibility = ["//examples/hellogrpc/go:__subpackages__"],
4246
deps = [":simple_proto"],

k8s/k8s.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ py_library(
6262
if "io_bazel_rules_go" not in excludes:
6363
http_archive(
6464
name = "io_bazel_rules_go",
65-
sha256 = "b480589f57e8b09f4b0892437b9afe889e0d6660e92f5d53d3f0546c01e67ca5",
65+
sha256 = "b9aa86ec08a292b97ec4591cf578e020b35f98e12173bbd4a921f84f583aebd9",
6666
urls = [
67-
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.19.7/rules_go-v0.19.7.tar.gz",
68-
"https://github.com/bazelbuild/rules_go/releases/download/v0.19.7/rules_go-v0.19.7.tar.gz",
67+
"https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/rules_go/releases/download/v0.20.2/rules_go-v0.20.2.tar.gz",
68+
"https://github.com/bazelbuild/rules_go/releases/download/v0.20.2/rules_go-v0.20.2.tar.gz",
6969
],
7070
)
7171
if "bazel_gazelle" not in excludes:

0 commit comments

Comments
 (0)