From 5913ed92fe8d115b223c60f091085e3278ff2aeb Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 2 Jun 2023 10:58:09 +0200 Subject: [PATCH] ci: update to golangci-lint v1.53.0 Version 1.47.3 of golangci-lint does not support Go 1.20, so we'll need to use a newer version. Signed-off-by: Niels de Vos --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 9f55c57e7..a94ba819d 100644 --- a/build.env +++ b/build.env @@ -23,7 +23,7 @@ GO111MODULE=on COMMITLINT_VERSION=latest # static checks and linters -GOLANGCI_VERSION=v1.47.3 +GOLANGCI_VERSION=v1.53.0 # external snapshotter version # Refer: https://github.com/kubernetes-csi/external-snapshotter/releases