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 fa4e118 commit 9e6d701Copy full SHA for 9e6d701
Makefile
@@ -63,7 +63,7 @@ GOTESTSUM_VER := v1.12.3
63
GOTESTSUM_BIN := gotestsum
64
GOTESTSUM := $(abspath $(TOOLS_DIR))/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)
65
66
-LOGCHECK_VER := v0.9.0
+LOGCHECK_VER := d35c84c015fe03a1421e5f2ce1e3c0c3bc38d077
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