Skip to content

Commit 9e6d701

Browse files
committed
bump logcheck to latest commit to gain Go 1.25 compat
On-behalf-of: @SAP [email protected]
1 parent fa4e118 commit 9e6d701

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
@@ -63,7 +63,7 @@ GOTESTSUM_VER := v1.12.3
6363
GOTESTSUM_BIN := gotestsum
6464
GOTESTSUM := $(abspath $(TOOLS_DIR))/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)
6565

66-
LOGCHECK_VER := v0.9.0
66+
LOGCHECK_VER := d35c84c015fe03a1421e5f2ce1e3c0c3bc38d077
6767
LOGCHECK_BIN := logcheck
6868
LOGCHECK := $(TOOLS_GOBIN_DIR)/$(LOGCHECK_BIN)-$(LOGCHECK_VER)
6969
export LOGCHECK # so hack scripts can use it

0 commit comments

Comments
 (0)