diff --git a/Makefile b/Makefile index 054edab..ae26105 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ #.PHONY: fmt vet build clean tools: - go install git.wamblee.org/public/gotools/cmd/go2junit@v0.0.3 + go install git.wamblee.org/public/gotools/cmd/go2junit@v0.0.4 fmt: go fmt ./...