From 3935bfd8782387d5fa8ba6b63ff7a2c3fee3ae32 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 20 Oct 2022 11:30:28 +0100 Subject: [PATCH] chore: bump go jUnit to v2.0.0 Signed-off-by: Ross --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab24e289b..854f8aaaf 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GOLANGCILINTVERSION?=1.45.2 GOIMPORTSVERSION?=v0.1.8 GOXVERSION?=v1.0.1 GOTESTSUMVERSION?=v1.7.0 -GOJUNITVERSION?=v1.0.0 +GOJUNITVERSION?=v2.0.0 CIARTIFACTS?=ci-artifacts COVERAGEOUT?=coverage.out