all repos

gopher.nvim @ f171953e4366af7328abd4d9054b6c22466a8768

Minimalistic plugin for Go development
2 files changed, 2 insertions(+), 2 deletions(-)
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
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed by: GitHub noreply@github.com
Committed at: 2025-03-03 14:27:02 +0200
Parent: d1a21bf
M .github/workflows/docs.yml

@@ -24,7 +24,7 @@ - name: Install NeoVim

uses: rhysd/action-setup-vim@v1 with: neovim: true - version: ${{ matrix.version }} + version: stable - name: Cache .tests uses: actions/cache@v4
M .github/workflows/tests.yml

@@ -13,7 +13,7 @@ strategy:

matrix: os: [ubuntu-latest] version: - - v0.10.4 + - stable - nightly runs-on: ${{ matrix.os }} steps: