Add go vet to release workflow #13

Closed
opened 2026-05-01 19:23:38 +00:00 by rodin · 0 comments
Owner

Problem

Release workflow runs go test but not go vet. CI runs both. Keep parity.

Fix

Add go vet ./... step before building binaries in release.yml.

## Problem Release workflow runs `go test` but not `go vet`. CI runs both. Keep parity. ## Fix Add `go vet ./...` step before building binaries in `release.yml`.
rodin referenced this issue from a commit 2026-05-01 21:19:38 +00:00
rodin closed this issue 2026-05-01 21:30:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rodin/review-bot#13