We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38778 commit e566998Copy full SHA for e566998
Makefile
@@ -12,7 +12,7 @@ $(GOTESTSUM):
12
13
TESTSTAT := $(GOBIN)/teststat
14
# renovate: datasource=github-releases depName=vearutop/teststat
15
-TESTSTAT_VERSION := v0.1.26
+TESTSTAT_VERSION := v0.1.27
16
$(TESTSTAT):
17
GOBIN=$(GOBIN) go install github.com/vearutop/teststat@$(TESTSTAT_VERSION)
18
0 commit comments