Use go vet
to detect issues with invalid struct tags
#689
Labels
type: refactor
Architecture, code or CI improvements that may or may not tackle technical debt.
Problem Definition
During the Trail of Bits audit of Interchain Accounts an issue with an invalid struct tag in a field of a generated protobuf structure was found when running
go vet
.Proposal
Add
go vet
to our CI pipeline.For Admin Use
The text was updated successfully, but these errors were encountered: