chore(go): harden ci process workflows

This commit is contained in:
Micheal Wilkinson
2026-03-21 11:20:09 +00:00
parent 7bc7ee4746
commit cd92a961bd
4 changed files with 44 additions and 54 deletions

View File

@@ -14,6 +14,11 @@ go-build-linux:
go-test:
go test ./...
go-mod-hygiene:
go mod tidy
git diff --exit-code go.mod go.sum
go mod verify
go-security:
gosec ./...
govulncheck ./...