That error means Go couldn’t match the module’s checksum with the official sumsdb record. The checksum database is like a balance check—it verifies what you downloaded hasn’t been tampered with. Run go clean -modcache
and try again, or set GONOSUMDB
if it’s a trusted private module.