Skip to content

Commit a56eb32

Browse files
committed
BUILD/MINOR: check: update commit check tool
1 parent 63d0f34 commit a56eb32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGETPLATFORM?=linux/amd64
33
GOOS?=linux
44
GOARCH?=amd64
55
GOLANGCI_LINT_VERSION=1.61.0
6-
CHECK_COMMIT=5.0.2
6+
CHECK_COMMIT=5.0.4
77

88
.PHONY: test
99
test:
@@ -36,7 +36,7 @@ lint-seq:
3636
.PHONY: check-commit
3737
check-commit:
3838
cd bin;CHECK_COMMIT=${CHECK_COMMIT} sh check-commit.sh
39-
check-commit
39+
bin/check-commit
4040

4141
.PHONY: yaml-lint
4242
yaml-lint:

0 commit comments

Comments
 (0)