Update gRPC to v1.24.0
Gitaly has already upgraded its Go client: https://gitlab.com/gitlab-org/gitaly/issues/2074 This will solve build issues on Alpine: Closes https://gitlab.com/gitlab-org/gitlab/issues/34425
Showing
... | ... | @@ -448,9 +448,9 @@ end |
# Gitaly GRPC protocol definitions | ||
gem 'gitaly', '~> 1.65.0' | ||
gem 'grpc', '~> 1.19.0' | ||
gem 'grpc', '~> 1.24.0' | ||
gem 'google-protobuf', '~> 3.7.1' | ||
gem 'google-protobuf', '~> 3.8.0' | ||
gem 'toml-rb', '~> 1.0.0', require: false | ||
... | ... |
Please register or sign in to comment