namecoin / meta

General-Purpose Namecoin Repository
4 stars 3 forks source link

Cirrus: Fetch Go-based deps before running Go Lint #61

Open JeremyRand opened 3 years ago

JeremyRand commented 3 years ago

A few of our Go-based repos aren't fetching dependencies before running golangci-lint. This will technically work if the only dep is the std lib, but it's wrong. This meta-issue tracks fixing it in all of our Go repos.