From 9c62391a5ce100228cb4142134f3cbb5feee150d Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 18 Jan 2023 11:48:14 -0800 Subject: [PATCH] .github/workflows: remove obsolete make targets: install-goling and install-errcheck These targets became obsolete after ec2c82e8005546849a84731850f4879f9612667b --- .github/workflows/main-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main-test.yml b/.github/workflows/main-test.yml index 9d20bcf0d7..df60eca8d8 100644 --- a/.github/workflows/main-test.yml +++ b/.github/workflows/main-test.yml @@ -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