Tests Failing in Contributor Guide setup

Hi Hugo community – I’m trying to set up Hugo locally to work on code contributions, and I’m following the “Contribute to Hugo Development” guide.

I made it the “Test” step where it says the command “go test ./…” should pass, but instead I see a bunch of failures. Most of them are one of the following two types:

“cannot find package ‘github.com/foo’”
github.com/gohugoio/hugo/… [no test files]”

Any ideas why this is? Thanks!