Mk/Uses/go.mk: Revert part of 4e2913317
Revert module cache revalidation in post-fetch (go mod verify), it
breaks non-root poudriere builds.
go mod verify needs read/write access to the GOMODCACHE and because
extract stage runs fetch stage again but under a restricted user, `go
mod verify` fails with a "permission denied" error.