From 4a4032d8b2b91b901f3616308fb34cc040648b85 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 20 Nov 2024 22:03:33 +0100 Subject: [PATCH] now downloading the latest version alwaays. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae26105..87f05fd 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.4 + GOPROXY=direct go install -v git.wamblee.org/public/gotools/cmd/go2junit@latest fmt: go fmt ./...