make tools: installs dependencies required for CI

This commit is contained in:
Erik Brakkee 2024-11-17 21:19:59 +01:00
parent 8bb405592a
commit 568b230e21

View File

@ -3,6 +3,9 @@
# seems superfluous
#.PHONY: fmt vet build clean
tools:
go install github.com/jstemmer/go-junit-report/v2@latest
fmt:
go fmt ./...