From 8a2bf607238b2625ac392cf9dafea0684070973c Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 19 Dec 2023 11:25:55 +0100 Subject: [PATCH] ci: update golangci to 1.54 which supports Go 1.21 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 e8ea428d3..dbce1fdb5 100644 --- a/build.env +++ b/build.env @@ -26,7 +26,7 @@ GO111MODULE=on COMMITLINT_VERSION=latest # static checks and linters -GOLANGCI_VERSION=v1.53.0 +GOLANGCI_VERSION=v1.54.1 # external snapshotter version # Refer: https://github.com/kubernetes-csi/external-snapshotter/releases