install goreleaser via make install-deps

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2022-09-30 18:55:13 +02:00
parent 9a421076f0
commit 88b15d3d62

View File

@@ -69,6 +69,7 @@ install-deps:
go install honnef.co/go/tools/cmd/staticcheck@latest
go install github.com/amobe/gocov-merger@latest
go install github.com/jandelgado/gcov2lcov@latest
go install github.com/goreleaser/goreleaser@latest
website: docs
cd website && \