Skip to content

Commit 4e59524

Browse files
authored
Merge pull request #3460 from xrstf/bump-gotestsum
update gotestsum to 1.12.3
2 parents 612108b + c4cc52c commit 4e59524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ HTTEST_VER := v0.3.2
5959
HTTEST_BIN := httest
6060
HTTEST := $(TOOLS_GOBIN_DIR)/$(HTTEST_BIN)-$(HTTEST_VER)
6161

62-
GOTESTSUM_VER := v1.8.1
62+
GOTESTSUM_VER := v1.12.3
6363
GOTESTSUM_BIN := gotestsum
6464
GOTESTSUM := $(abspath $(TOOLS_DIR))/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)
6565

0 commit comments

Comments
 (0)