-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Labels
Comments
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
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
incmd/opentelemetry/
. I see the replace directive there, but I wonder if tidy is the best approach to updatego.sum
, and if there is any point in doing it at all.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Find 1.3 since #2261 is merged.
The text was updated successfully, but these errors were encountered: