[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(ci)!: use rolling stable version of nvim (#90)

* chore(ci)!: use rolling stable version of nvim

* fix(ci): use correct version on doc check

authored by

Smirnov Oleksandr and committed by
GitHub
f171953e d1a21bff

+2 -2
+1 -1
.github/workflows/docs.yml
··· 24 24 uses: rhysd/action-setup-vim@v1 25 25 with: 26 26 neovim: true 27 - version: ${{ matrix.version }} 27 + version: stable 28 28 29 29 - name: Cache .tests 30 30 uses: actions/cache@v4
+1 -1
.github/workflows/tests.yml
··· 13 13 matrix: 14 14 os: [ubuntu-latest] 15 15 version: 16 - - v0.10.4 16 + - stable 17 17 - nightly 18 18 runs-on: ${{ matrix.os }} 19 19 steps: