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: