Skip to content

Commit

Permalink
Update staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuoza committed Dec 22, 2021
1 parent 52d09ef commit bf9b490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf9b490

Please sign in to comment.