Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKassio Borges <kassioborgesm@gmail.com>2023-04-11 16:16:59 +0300
committerKassio Borges <kassioborgesm@gmail.com>2023-04-11 16:16:59 +0300
commit8b9701460536cad5e51940e8c051840844ce96b1 (patch)
tree37524e47ae32a6d8c70c2d92e30ab7f415b7a05d /Makefile.util.mk
parent2f33d556988d697070d7b2ef1b5b2fad57257e09 (diff)
Update gotestsum tool
Diffstat (limited to 'Makefile.util.mk')
-rw-r--r--Makefile.util.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.util.mk b/Makefile.util.mk
index d5417515..d87eb2fb 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -4,7 +4,7 @@ OUT_FORMAT ?= colored-line-number
LINT_FLAGS ?= $(if $V,-v)
REPORT_FILE ?=
GOLANGCI_VERSION=v1.46.2
-GOTESTSUM_VERSION=v1.7.0
+GOTESTSUM_VERSION=v1.10.0
COVERAGE_PACKAGES=$(shell (go list ./... | grep -v -e "test/acceptance" | tr "\n", "," | sed 's/\(.*\),/\1 /'))
lint: