forked from sonic-net/sonic-pins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gRPC version to 1.54.0. Update gRPC to v1.55.0. Update gRPC ve…
…rsion to v1.58.0. Remove gRPC authz log level patching. Updated GO version to 1.21.1. (sonic-net#657) Co-authored-by: Srikishen Pondicherry Shanmugam <kishanps@google.com>
- Loading branch information
1 parent
a031f8a
commit 7bf8713
Showing
6 changed files
with
70 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.0 | ||
5.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
bazel/patches/grpc-003-fix_go_gazelle_register_toolchain.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/bazel/grpc_extra_deps.bzl b/bazel/grpc_extra_deps.bzl | ||
index 4d8afa3..b090036 100755 | ||
--- a/bazel/grpc_extra_deps.bzl | ||
+++ b/bazel/grpc_extra_deps.bzl | ||
@@ -53,7 +53,6 @@ def grpc_extra_deps(ignore_version_differences = False): | ||
api_dependencies() | ||
|
||
go_rules_dependencies() | ||
- go_register_toolchains(version = "1.18") | ||
gazelle_dependencies() | ||
|
||
# Pull-in the go 3rd party dependencies for protoc_gen_validate, which is |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters