From bf9b490b3906f7ff643a3546776a418fe54d90f8 Mon Sep 17 00:00:00 2001 From: Yasuharu Ozaki Date: Wed, 22 Dec 2021 23:19:03 +0900 Subject: [PATCH] Update staticcheck --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2da435..eebb9ea 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ clean: .PHONY: lint lint: - go run honnef.co/go/tools/cmd/staticcheck@2021.1.1 ./... + go run honnef.co/go/tools/cmd/staticcheck@2021.1.2 -f stylish ./... .PHONY: test test: