.github/workflows: remove obsolete make targets: install-goling and install-errcheck

These targets became obsolete after ec2c82e800
This commit is contained in:
Aliaksandr Valialkin 2023-01-18 11:48:14 -08:00
parent 59b97f26c0
commit 9c62391a5c
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -34,8 +34,6 @@ jobs:
- name: Dependencies
run: |
make install-golint
make install-errcheck
make install-golangci-lint
make check-all
git diff --exit-code