Checksum mismatch

hello
problem with get package
when run

go get github*.com/dgraph-io/badger/v3

I got this error

go: downloading github*.com/google/flatbuffers v1.12.0
github*.com/dgraph-io/badger/v3 imports
github*.com/dgraph-io/badger/v3/table imports
github*.com/google/flatbuffers/go: github*.com/google/flatbuffers@v1.12.0: verifying module: checksum mismatch
downloaded: h1:N8EguYFm2wwdpoNcpchQY0tPs85vOJkboFb2dPxmixo=
sum.golang.org: h1:/PtAHvnBY4Kqnx/xCQ3OIV9uYcSFGScBsWI3Oogeh6w=
SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
Have intercepted the download attempt.
For more information, see ‘go help module-Auth’.

I use

go clean -modcache
and

go clean -cache

even I delete my pkg folder completely
but nothing change I think the mod should change

Anyone can help?