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