epsagon / epsagon-go

Automated tracing library for Go 1.x ⚡️
https://epsagon.com
MIT License
28 stars 11 forks source link

Migrate to google/uuid #15

Closed dsolonenko closed 5 years ago

dsolonenko commented 5 years ago

To fix https://github.com/epsagon/epsagon-go/issues/13

enoodle commented 5 years ago

this fails for golang tip, I am looking on how to solve this as I don't think it is very specific to this code.

dsolonenko commented 5 years ago

Seems that the build against tip is just unstable. I can see from other repositories that people tend to pick specific supported versions, eg https://github.com/olivere/elastic/blob/release-branch.v6/.travis.yml to resolve that :)