chore: add go vet step to CI workflow #156
Reference in New Issue
Block a user
Delete Branch "chore/add-go-vet-ci-154"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
go vet ./...as a pre-test step in.gitea/workflows/build.yamlgo vet ./...exits 0 with zero warningsCloses #154
Test plan
go vet ./...passes locally with Go 1.22Generated with Claude Code