From 046fb0dc57098ed109d63e5643a141c7deb5da5a Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 20 Nov 2024 22:20:37 +0100 Subject: [PATCH] autoupdate of go2junit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ./...