From 11270e31d8952d699dd48059f2b8593b294b78c3 Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Wed, 18 Sep 2024 12:39:37 -0400 Subject: [PATCH] chore: update staticcheck to 2024.1.1 Signed-off-by: Khosrow Moossavi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e1a1ab..fc560f2 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ lint: ## Run linter .PHONY: staticcheck staticcheck: ## Run staticcheck @ $(MAKE) --no-print-directory log-$@ - $(GO) run honnef.co/go/tools/cmd/staticcheck@2023.1.6 -- ./... + $(GO) run honnef.co/go/tools/cmd/staticcheck@2024.1.1 -- ./... .PHONY: test test: ## Run tests