autoupdate of go2junit

This commit is contained in:
Erik Brakkee 2024-11-20 22:20:37 +01:00
parent 4a4032d8b2
commit 046fb0dc57

View File

@ -4,7 +4,7 @@
#.PHONY: fmt vet build clean #.PHONY: fmt vet build clean
tools: 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: fmt:
go fmt ./... go fmt ./...