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>
This commit is contained in:
Madhu Rajanna 2021-08-04 17:51:16 +05:30 committed by Madhu Rajanna
parent 0b6322afda
commit 3805c29f36

View File

@ -20,7 +20,7 @@ GOLANG_VERSION=1.16.4
GO111MODULE=on GO111MODULE=on
# commitlint version # commitlint version
COMMITLINT_VERSION=12.1.4 COMMITLINT_VERSION=latest
# static checks and linters # static checks and linters
GOLANGCI_VERSION=v1.39.0 GOLANGCI_VERSION=v1.39.0