Skip to content

Commit

Permalink
ci(test): added golang setup to test go install command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed May 14, 2024
1 parent ff919cd commit 3cf5c3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
name: Set up Go
with:
go-version: ~1.21
- uses: rhysd/action-setup-vim@v1
name: Set up Neovim
with:
neovim: true
version: ${{ matrix.rev }}
Expand Down

0 comments on commit 3cf5c3d

Please sign in to comment.