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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-09 16:38:09 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-10 15:27:44 +0300
commit3c9ebea8392cec4e2aa38f17f653f4b6d7ff7f2e (patch)
tree914fe8d950194ee67ea3d9e5ef2572551f5a518b
parent35957b0fcc205198cffaaed03f0b095ba813e9b9 (diff)
Makefile: Update gotestsum to v1.8.1
Update gotestsum to v1.8.1. There aren't any noteworthy changes in our context.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d9c4db8e7..01b725877 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ PROTOLINT_VERSION ?= 0.38.1
GOCOVER_COBERTURA_VERSION ?= aaee18c8195c3f2d90e5ef80ca918d265463842a
GOFUMPT_VERSION ?= 0.3.1
GOIMPORTS_VERSION ?= v0.1.10
-GOTESTSUM_VERSION ?= v1.7.0
+GOTESTSUM_VERSION ?= v1.8.1
GO_LICENSES_VERSION ?= v1.0.0
# https://pkg.go.dev/github.com/protocolbuffers/protobuf
PROTOC_VERSION ?= v3.17.3