chore: update staticcheck to 2024.1.1

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2024-09-18 12:39:37 -04:00
parent c2e8d0ac3c
commit 11270e31d8

View File

@@ -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