From b2cce81f3ccc34dba775f85918f24efaed09b12f Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 20 Oct 2022 13:19:43 +0100 Subject: [PATCH] chore: bump go jUnit to v2.0.0 (#972) Signed-off-by: Ross Signed-off-by: Ross --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a47add91..3481a12d7 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GOLANGCILINTVERSION?=1.45.2 GOIMPORTSVERSION?=v0.1.12 GOXVERSION?=v1.0.1 GOTESTSUMVERSION?=v1.8.2 -GOJUNITVERSION?=v1.0.0 +GOJUNITVERSION?=v2.0.0 CIARTIFACTS?=ci-artifacts COVERAGEOUT?=coverage.out