diff --git a/Makefile b/Makefile index 87f05fd..e2a9c71 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ #.PHONY: fmt vet build clean tools: - GOPROXY=direct go install -v git.wamblee.org/public/gotools/cmd/go2junit@latest - + GOPROXY=direct go install git.wamblee.org/public/gotools/cmd/go2junit@main + fmt: go fmt ./...