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

Bump go-plugin to 1.3 accidentally reverted #2593

Closed
chlunde opened this issue Oct 28, 2020 · 1 comment · Fixed by #2597
Closed

Bump go-plugin to 1.3 accidentally reverted #2593

chlunde opened this issue Oct 28, 2020 · 1 comment · Fixed by #2597
Labels

Comments

@chlunde
Copy link
Contributor

chlunde commented Oct 28, 2020

This change was accidentally reverted (I checked with Pavol). I think the change is as simple as go get github.com/hashicorp/[email protected]; go mod tidy; git add go.sum go.mod; cd cmd/opentelemetry/; go mod tidy; git add go.sum.

One thing I wonder is why the previous change modified go.sum in cmd/opentelemetry/. I see the replace directive there, but I wonder if tidy is the best approach to update go.sum, and if there is any point in doing it at all.

To Reproduce
Steps to reproduce the behavior:

  1. Check version in go.mod

Expected behavior
Find 1.3 since #2261 is merged.

@yurishkuro
Copy link
Member

Put a PR?

chlunde added a commit to chlunde/jaeger that referenced this issue Oct 28, 2020
    go get github.com/hashicorp/[email protected]; go mod tidy; git add go.sum go.mod
    cd cmd/opentelemetry/; go mod tidy; git add go.sum

Fixes jaegertracing#2593

Signed-off-by: Carl Henrik Lunde <[email protected]>
chlunde added a commit to chlunde/jaeger that referenced this issue Dec 3, 2020
    go get github.com/hashicorp/[email protected]; go mod tidy; git add go.sum go.mod
    cd cmd/opentelemetry/; go mod tidy; git add go.sum

Fixes jaegertracing#2593

Signed-off-by: Carl Henrik Lunde <[email protected]>
chlunde added a commit to chlunde/jaeger that referenced this issue Dec 3, 2020
    go get github.com/hashicorp/[email protected]; go mod tidy; git add go.sum go.mod
    cd cmd/opentelemetry/; go mod tidy; git add go.sum

Fixes jaegertracing#2593

Signed-off-by: Carl Henrik Lunde <[email protected]>
yurishkuro pushed a commit that referenced this issue Dec 3, 2020
go get github.com/hashicorp/[email protected]; go mod tidy; git add go.sum go.mod
    cd cmd/opentelemetry/; go mod tidy; git add go.sum

Fixes #2593

Signed-off-by: Carl Henrik Lunde <[email protected]>
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 a pull request may close this issue.

2 participants