Skip to content

Commit 408ff81

Browse files
committed
github/workflow: switch back neovim version to nightly
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent ca6d0ba commit 408ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: steps.cache-nvim.outputs.cache-hit != 'true' || steps.cache-nvim-windows.outputs.cache-hit != 'true'
6565
with:
6666
neovim: true
67-
version: v0.5.0
67+
version: nightly
6868

6969
- name: gofmt
7070
if: ${{ env.OS != 'windows' }}

0 commit comments

Comments
 (0)