go mod download

This commit is contained in:
Matthew R. Kasun 2022-06-27 07:56:18 -04:00
parent 972a4d8ebf
commit d7415c8c46

View file

@ -94,4 +94,5 @@ jobs:
- name: static checks
run: |
go install honnef.co/go/tools/cmd/staticcheck
go mod download honnef.co/go/tools
staticcheck ./...