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.
2 parents 8c815d7 + 4b867a0 commit e3b1339Copy full SHA for e3b1339
Makefile
@@ -63,7 +63,7 @@ GOTESTSUM_VER := v1.8.1
63
GOTESTSUM_BIN := gotestsum
64
GOTESTSUM := $(abspath $(TOOLS_DIR))/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)
65
66
-LOGCHECK_VER := v0.8.2
+LOGCHECK_VER := v0.9.0
67
LOGCHECK_BIN := logcheck
68
LOGCHECK := $(TOOLS_GOBIN_DIR)/$(LOGCHECK_BIN)-$(LOGCHECK_VER)
69
export LOGCHECK # so hack scripts can use it
0 commit comments