install staticcheck

This commit is contained in:
Matthew R. Kasun 2022-06-27 07:50:34 -04:00
parent ae39f2e429
commit 09f8498087

View file

@ -93,4 +93,5 @@ jobs:
go-version: 1.18
- name: static checks
run: |
go install honnef.co/go/tools/cmd/staticheck@2022.1
staticcheck ./...