From 41436de992603d841c1e1a79a61428a6290229a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Mon, 16 Sep 2024 20:20:18 +0200 Subject: [PATCH] chore: get back to using junit's upstream version of mise plugin --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 83816ef903..d64a26a725 100644 --- a/Makefile +++ b/Makefile @@ -156,8 +156,7 @@ GOJUNIT_REPORT_VERSION = $(shell yq -ojson -r '.gojunit-report' < $(TOOLS_VERSIO GOJUNIT_REPORT = $(PROJECT_DIR)/bin/installs/go-junit-report/$(GOJUNIT_REPORT_VERSION)/bin/go-junit-report .PHONY: go-junit-report go-junit-report: ## Download go-junit-report locally if necessary. -# TODO: Go back to using https://github.com/jwillker/asdf-go-junit-report when https://github.com/jwillker/asdf-go-junit-report/pull/4 merges. - @$(MAKE) mise-plugin-install DEP=go-junit-report URL=https://github.com/pmalek/asdf-go-junit-report.git + @$(MAKE) mise-plugin-install DEP=go-junit-report @$(MISE) install go-junit-report@$(GOJUNIT_REPORT_VERSION) # ------------------------------------------------------------------------------