From c5bc3d38c4eb7cc71091d69edd70b8a17ea707fa Mon Sep 17 00:00:00 2001 From: Yati Padia Date: Tue, 27 Apr 2021 16:23:01 +0530 Subject: [PATCH] ci: update static check tools This PR updates the static check tools to the latest version. Further needs to resolve all the errors after updating the version. Updates: #1586 Signed-off-by: Yati Padia --- build.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.env b/build.env index 3e2179e9f..f113a323c 100644 --- a/build.env +++ b/build.env @@ -20,8 +20,8 @@ GOLANG_VERSION=1.16.4 GO111MODULE=on # static checks and linters -GOLANGCI_VERSION=v1.27.0 -GOSEC_VERSION=v2.3.0 +GOLANGCI_VERSION=v1.39.0 +GOSEC_VERSION=v2.7.0 # external snapshotter version # Refer: https://github.com/kubernetes-csi/external-snapshotter/releases