Skip to content

Commit e3b1339

Browse files
authored
Merge pull request #3461 from xrstf/bump-logcheck
bump logcheck to 0.9
2 parents 8c815d7 + 4b867a0 commit e3b1339

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.8.1
6363
GOTESTSUM_BIN := gotestsum
6464
GOTESTSUM := $(abspath $(TOOLS_DIR))/$(GOTESTSUM_BIN)-$(GOTESTSUM_VER)
6565

66-
LOGCHECK_VER := v0.8.2
66+
LOGCHECK_VER := v0.9.0
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)