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

Lock versions to tags where possible #724

Merged
merged 1 commit into from
Aug 16, 2018
Merged

Conversation

johanbrandhorst
Copy link
Collaborator

Using an exact revisions in Gopkg.toml prevents dep from detecting equivalence between constraints in the case where one dependency depends on, for example, golang/protobuf v1.1.0 and another depends on the revision that is tagged with that version. Using tagged versions should help with this.

Using an exact revisions in `Gopkg.toml` prevents `dep` from detecting
equivalence between constraints in the case where one dependency
depends on, for example, golang/protobuf v1.1.0 and another depends
on the revision that is tagged with that version. Using tagged versions
should help with this.
@johanbrandhorst
Copy link
Collaborator Author

This change does not introduce any version changes, it just relaxes the versions that downstream dependants can use to 1.x and 1.x for golang/protobuf and grpc.

@codecov-io
Copy link

codecov-io commented Aug 15, 2018

Codecov Report

Merging #724 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #724   +/-   ##
=======================================
  Coverage   56.16%   56.16%           
=======================================
  Files          30       30           
  Lines        3112     3112           
=======================================
  Hits         1748     1748           
  Misses       1193     1193           
  Partials      171      171

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bb916ca...d18a5e9. Read the comment docs.

@achew22 achew22 merged commit fa45a21 into master Aug 16, 2018
@achew22 achew22 deleted the johanbrandhorst-patch-1 branch August 16, 2018 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants