Add make vet target

This runs `go vet` as well as `govulncheck`. These may install
dependencies other than installed via `make with-deps`.
This commit is contained in:
Sybren A. Stüvel 2023-09-07 12:07:20 +02:00
parent c12e4cae74
commit 900f3a7faa

@ -50,6 +50,10 @@ with-deps:
go install github.com/gohugoio/hugo@v0.101.0
$(MAKE) application
vet:
go vet ./...
go run golang.org/x/vuln/cmd/govulncheck@latest ./...
application: webapp flamenco-manager flamenco-worker
flamenco-manager: