From 05c9b3b245a54d2a3b92f7aeaae1a7127bed4064 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 (cherry picked from commit 3805c29f36968d97b9e75f3df9d94e9781bb7e83) --- build.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.env b/build.env index 4f65464e7..7bdfa36ce 100644 --- a/build.env +++ b/build.env @@ -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