build: update commitlint to use latest tag

updaing the commitlint to the latest, so
each time latest release can be installed by
default.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 3805c29f36)
This commit is contained in:
Madhu Rajanna 2021-08-04 17:51:16 +05:30 committed by mergify[bot]
parent 1a83027a4d
commit 05c9b3b245

View File

@ -19,6 +19,9 @@ CEPH_VERSION=octopus
GOLANG_VERSION=1.16.4
GO111MODULE=on
# commitlint version
COMMITLINT_VERSION=latest
# static checks and linters
GOLANGCI_VERSION=v1.39.0
GOSEC_VERSION=v2.7.0