We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Intermittently our CircleCI build system is getting an odd error:
verifying github.com/stretchr/[email protected]/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.
go mod tidy
Is anyone else getting this?
The text was updated successfully, but these errors were encountered:
Can you please use a newer version of objx like v0.5.2 and check if that fixes your issue?
v0.5.2
Sorry, something went wrong.
I wish I could it's a dependency of a dependency so there's not much I can do.
No branches or pull requests
Intermittently our CircleCI build system is getting an odd error:
verifying github.com/stretchr/[email protected]/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?
The text was updated successfully, but these errors were encountered: