chore(ci): install go bins via gopher.nvim itself

This commit is contained in:
Olexandr Smirnov 2025-08-27 22:26:11 +03:00 committed by Oleksandr Smirnov
parent 92b0ebb6a7
commit 8c87952964
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

View file

@ -53,12 +53,7 @@ jobs:
key: ${{ runner.os }}-tests-${{ hashFiles('${{ github.workspace }}/.tests') }}
- name: Install Go bins
run: |
# TODO: install with :GoInstallDeps
go install github.com/fatih/gomodifytags@latest
go install github.com/josharian/impl@latest
go install github.com/cweill/gotests/...@latest
go install github.com/koron/iferr@latest
run: task install-deps
- name: Run Tests
run: |