From 2c5088fe434ff202faebc20678bdddddc35c30d3 Mon Sep 17 00:00:00 2001 From: fserucas Date: Mon, 26 Aug 2024 16:04:56 +0100 Subject: [PATCH] Update staticcheck tool version to 2024.1.1 This change updates the staticcheck tool to version 2024.1.1. This fixes compability issues between go 1.22.0 and toolchain go1.22.5 with staticcheck tool. Change-Id: I99b6b3fb670bb58b5180501e37fb68c9f1a99403 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3802d0..f967152 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ ZC ?= $(LOCALBIN)/zc/bin/zuul-client KUSTOMIZE_VERSION ?= v5.3.0 CONTROLLER_TOOLS_VERSION ?= v0.15.0 OPERATOR_SDK_VERSION ?= 1.34.2 -STATICCHECK_VERSION ?= 2023.1.7 +STATICCHECK_VERSION ?= 2024.1.1 MKDOCS_VERSION ?= 1.5.3 SETUP_ENVTEST_VERSION ?= v0.0.0-20240320141353-395cfc7486e6 ZUUL_CLIENT_VERSION ?= 10.0.0