From 882c0a8a175afe6c9388293f14efa5de39a05a83 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 20 Nov 2024 21:55:43 +0100 Subject: [PATCH] using latests jo2junit reporter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./...