We should add golangci-lint to our `make verify`. This will catch common golang errors. There are a number of linters we can include if we want - https://golangci-lint.run/usage/linters/.
In addition, we can introduce GCI through golangci-lint so that all imports are sorted in a proper format.
- links to