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

go.mod checksum mismatch #151

Open
betmix-matt opened this issue Mar 27, 2024 · 2 comments
Open

go.mod checksum mismatch #151

betmix-matt opened this issue Mar 27, 2024 · 2 comments

Comments

@betmix-matt
Copy link

Intermittently our CircleCI build system is getting an odd error:

verifying github.com/stretchr/objx@v0.5.0/go.mod: checksum mismatch
downloaded: h1:G7mAYYxgmS0lVkHyy2hEOLQCFB0DlQFTMLWggykrydY=
go.sum: h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

Our go.sum when we attempt to run go mod tidy does not change yet we seem to get this error intermittently.

Is anyone else getting this?

@hanzei
Copy link
Collaborator

hanzei commented Mar 28, 2024

Can you please use a newer version of objx like v0.5.2 and check if that fixes your issue?

@yinzara
Copy link

yinzara commented Mar 28, 2024

I wish I could it's a dependency of a dependency so there's not much I can do.

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

No branches or pull requests

3 participants