From 1a69957e1d6d841c6d04039f627b6a5d7f4c0e43 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 21 Jan 2022 14:54:56 +0530 Subject: [PATCH] ci: update golangci-lint to 1.43.0 As we have latest golangci-lint 1.43.0 using the same in cephcsi. Signed-off-by: Madhu Rajanna --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 13322bb9b..a0f77f91d 100644 --- a/build.env +++ b/build.env @@ -23,7 +23,7 @@ GO111MODULE=on COMMITLINT_VERSION=latest # static checks and linters -GOLANGCI_VERSION=v1.39.0 +GOLANGCI_VERSION=v1.43.0 # external snapshotter version # Refer: https://github.com/kubernetes-csi/external-snapshotter/releases