Skip to content

Commit b71b04c

Browse files
authored
github/workflow: update go to 1.20 and neovim to v0.8.3 (#152)
* github/workflow: update go to 1.20 and neovim to v0.8.3 * nvim: fix testcase * nvim: remove check v.cmd.Wait() returned error --------- Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 1762f7f commit b71b04c

File tree

6 files changed

+175
-125
lines changed

6 files changed

+175
-125
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
- name: Install Go
2929
uses: actions/setup-go@v3
3030
with:
31-
go-version: '1.19.x'
31+
go-version: '1.20.x'
3232

3333
- name: Install nvim binary
3434
uses: rhysd/action-setup-vim@v1
3535
with:
3636
neovim: true
37-
version: v0.7.2
37+
version: v0.8.3
3838

3939
- name: Run Benchmark
4040
run: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v3
2727
with:
28-
go-version: '1.19.x'
28+
go-version: '1.20.x'
2929

3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v2

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- macos-12 # https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
2525
- windows-2022 # https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md
2626
go-version:
27-
- 1.17.x
2827
- 1.18.x
2928
- 1.19.x
29+
- 1.20.x
3030
neovim-version:
31-
- v0.7.2
31+
- v0.8.3
3232
- nightly
3333
fail-fast: false
3434

0 commit comments

Comments
 (0)