-
Notifications
You must be signed in to change notification settings - Fork 255
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
Bump chains to v0.9.0 #1580
Bump chains to v0.9.0 #1580
Conversation
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 | ||
go.opentelemetry.io/otel => go.opentelemetry.io/otel v0.20.0 | ||
go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pradeepitm12 @piyush-garg I could get this working with require
somehow, when I added these as indirect imports. Either I am missing something, or these are being imported by multiple indirect dependencies due to which replace
is the right thing to do !?!? let's talk about this
/hold |
e8d9831
to
7ed15e9
Compare
To upgrade to the versions selected by go 1.16: go mod tidy -go=1.16 && go mod tidy -go=1.17 If reproducibility with go 1.16 is not needed: go mod tidy -compat=1.17
xerrors.Errorf is deprecated; as of Go 1.13, fmt.Errorf should be used instead
5f69168
to
9b1b442
Compare
9b1b442
to
6b6cd12
Compare
It is green 🎉 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changes
Bumps Chains version to 0.9.0
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes