update dgraph-io/ristretto to outcaste-io/ristretto#13630
update dgraph-io/ristretto to outcaste-io/ristretto#13630seanbachelder wants to merge 2 commits intoDataDog:mainfrom
Conversation
|
Thank you for following up on this PR! |
mx-psi
left a comment
There was a problem hiding this comment.
LGTM, but will double check that the git tag is correct before merging. This will have to wait until the current merge freeze is over
|
Unfortunately, this is still broken: |
|
@mx-psi I tried creating a new project locally, ran |
|
My test was run locally, can you try |
|
Hmm.. interesting. When I test on my work laptop (Go v1.19.1), everything goes through fine. When I test with my personal laptop (Go v1.17), I get a similar error as to what you have, but with different checksums. The downloaded checksum is different than yours and the mismatch is occurring against sum.golang.org. So, I'm slightly confused atm |
@seanbachelder That's (most likely) because of your mod cache, not because of the Go version. You can try running |
It's weird, I'm seeing inconsistent behavior here and am not entirely sure what to think 🤔 Sometimes I see Other times I see I'm wondering if maybe the v0.2.0 version was published incorrectly / multiple times? I've never seen anything like this |
|
I get message 1 if I have an empty go.sum, and message 2 if my go.sum has a line for this dependency (although the last lines refers to go.sum). I also don't know where this mismatch comes from, but it's not possible for a dependency to be published twice. Whatever the reason may be, I can't accept this PR since it will break downstream consumers. It also looks like upstream has published a new version so I feel like we need a better justification on why we should use this fork. |
|
Fair enough. I think I'll just close this for now. Appreciate the follow up! |
This is a follow-up PR to #12559. That PR was reverted due to an issue with the updated dependency (missing tag for the specified version in Git). That issue has been resolved, so I am starting a new PR.
See #12559 for additional context
FYI @mightyguava @mx-psi