tools: add tools.go to pin go run apps (#2344)

* tools: add tools.go to pin go run apps

* remove deps-lint
This commit is contained in:
Caleb Doxsey 2021-07-07 17:34:51 -06:00 committed by GitHub
parent e23d42b070
commit 4ecb43454d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 121 additions and 20 deletions

View file

@ -37,7 +37,6 @@ jobs:
~/Library/Caches/go-build
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- run: make deps-lint
- run: make deps-build
- name: Lint
if: runner.os == 'Linux'