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 ./...