Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

exporter/jaeger: thrift checksum mismatch on build with go modules #1046

Closed
jbub opened this issue Mar 4, 2019 · 1 comment
Closed

exporter/jaeger: thrift checksum mismatch on build with go modules #1046

jbub opened this issue Mar 4, 2019 · 1 comment

Comments

@jbub
Copy link

jbub commented Mar 4, 2019

Describe the bug

Project that imports go.opencensus.io/exporter/jaeger and is using Go modules fails on build with:

verifying git.apache.org/thrift.git@v0.12.0: checksum mismatch
--
206 | downloaded: h1:CMxsZlAmxKs+VAZMlDDL0wXciMblJcutQbEe3A9CYUM=
207 | go.sum: h1:692K1/SsOcQvkvMRMdt60FCq2AvKpuQNM6sIeH3mN4s=

To Reproduce
Steps to reproduce the behavior:

  1. Clone this repo https://github.com/jbub/censusthrift.
  2. Run docker build or check the results of a failed build here https://cloud.drone.io/jbub/censusthrift/1/1/2.

Expected behavior
Expected the Go project to be built successfully.

Additional context
Original issue #993.

@jbub
Copy link
Author

jbub commented Mar 4, 2019

I thought i did init modules with Go 1.12 but apparently i did not ? Anyway, this commit fixed it jbub/censusthrift@d4bcd45.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant