From 3805c29f36968d97b9e75f3df9d94e9781bb7e83 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 4 Aug 2021 17:51:16 +0530 Subject: [PATCH] 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 --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index a5ed3056a..4f5abc645 100644 --- a/build.env +++ b/build.env @@ -20,7 +20,7 @@ GOLANG_VERSION=1.16.4 GO111MODULE=on # commitlint version -COMMITLINT_VERSION=12.1.4 +COMMITLINT_VERSION=latest # static checks and linters GOLANGCI_VERSION=v1.39.0