objx
objx copied to clipboard
go.mod checksum mismatch
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?