From 4f3017108ad6fb75640d73beeb460d0710bb7bc9 Mon Sep 17 00:00:00 2001 From: tamirms Date: Thu, 15 Aug 2024 10:49:07 +0100 Subject: [PATCH] bump version of staticcheck --- staticcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticcheck.sh b/staticcheck.sh index 5e07d0d026..ec8854f0c7 100755 --- a/staticcheck.sh +++ b/staticcheck.sh @@ -1,7 +1,7 @@ #! /bin/bash set -e -version='2023.1.7' +version='2024.1.1' staticcheck='go run honnef.co/go/tools/cmd/staticcheck@'"$version"