Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: update grpc from v1.16.0 to v1.17.0 #115

Merged
merged 2 commits into from
Mar 4, 2019
Merged

go.mod: update grpc from v1.16.0 to v1.17.0 #115

merged 2 commits into from
Mar 4, 2019

Conversation

dmitshur
Copy link
Contributor

@dmitshur dmitshur commented Feb 28, 2019

Update the grpc dependency to v1.17.0, which includes the fix
to remove the invalid github.com/golang/lint module requirement
in grpc/grpc-go#2393.

Additionally, the currently specified pseudo-version of the genproto module,
which is v0.0.0-20181109154231-b5d43981345b, itself requires grpc v1.16.0.

Drop this indirect requirement, since it's not needed for the purposes
of the main zipkin-go module.

This change was generated by running the following commands
using Go 1.2:

go get google.golang.org/grpc@v1.17.0
go mod edit -droprequire=google.golang.org/genproto
go mod tidy

Fixes #114
Updates golang/lint#436

Update the grpc dependency to v1.17.0, which includes the fix
to remove the invalid github.com/golang/lint module requirement
in grpc/grpc-go#2393.

This change was generated by running the following commands
using Go 1.2:

	go get google.golang.org/grpc@v1.17.0
	go mod tidy

Fixes #114
Updates golang/lint#436
@coveralls
Copy link

coveralls commented Feb 28, 2019

Coverage Status

Coverage remained the same at 66.25% when pulling fd2c0fa on dmitshur:update-grpc into 62dc8b2 on openzipkin:master.

go.mod Outdated Show resolved Hide resolved
The currently specified pseudo-version of the genproto module, which
is v0.0.0-20181109154231-b5d43981345b, itself requires grpc v1.16.0.

Drop this indirect requirement, since it's not needed for the purposes
of the main zipkin-go module.

This change was generated by running the following commands
using Go 1.2:

	go mod edit -droprequire=google.golang.org/genproto
	go mod tidy
@jcchavezs
Copy link
Contributor

jcchavezs commented Feb 28, 2019 via email

@dmitshur
Copy link
Contributor Author

Are you asking if it’s possible to detect an issue like #114 in CI? I’m not sure right now, but I’ll think more about it.

An initial idea is to have a script that creates an empty module and does go get -u github.com/openzipkin/zipkin-go in it. But I recommend thinking more about the implications of doing this (in a separate issue) before committing to it.

@jcchavezs
Copy link
Contributor

jcchavezs commented Mar 1, 2019 via email

@dmitshur
Copy link
Contributor Author

dmitshur commented Mar 1, 2019

Sounds good.

Is there anything you need from me to make progress on this PR?

To clarify, this is ready from my side.

@jcchavezs
Copy link
Contributor

@basvanbeek do you have any input on this? Otherwise I will just merge it.

@basvanbeek basvanbeek merged commit 1b5162a into openzipkin:master Mar 4, 2019
@basvanbeek
Copy link
Member

Thanks @dmitshur for the PR and thanks @jcchavezs for helping out here.

@dmitshur
Copy link
Contributor Author

dmitshur commented Mar 4, 2019

No problem!

Just checking, are you planning on making a new release? Issue #114 is not yet fully resolved until this change is included in the latest released tag. The current latest v0.1.5 doesn't include this change yet.

@dmitshur
Copy link
Contributor Author

I've filed issue #117 about making a new tag.

jcchavezs added a commit that referenced this pull request Apr 11, 2019
basvanbeek added a commit that referenced this pull request May 9, 2019
fix(#115): fixes grpc module version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest tagged version requires a bad grpc module version
5 participants