From 9fa02e766911a7237d1596cb0f17b229290ace72 Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Tue, 19 Dec 2023 12:58:53 -0500 Subject: [PATCH] Bump staticcheck to 2023.1.6 Signed-off-by: Khosrow Moossavi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 437ab548..6c032f5d 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 -- ./... + $(GO) run honnef.co/go/tools/cmd/staticcheck@2023.1.6 -- ./... .PHONY: test test: ## Run tests