File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 19
19
os :
20
20
- ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
21
21
go-version :
22
- - 1.16 .x
22
+ - 1.17 .x
23
23
runs-on : ${{ matrix.os }}
24
24
25
25
steps :
61
61
if : steps.cache-nvim.outputs.cache-hit != 'true'
62
62
with :
63
63
neovim : true
64
- version : nightly
64
+ version : v0.5.0
65
65
66
66
- name : Run Benchmark
67
67
run : |
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
matrix :
24
24
os :
25
25
- ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
26
- - macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11.0 -Readme.md
26
+ - macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
27
27
- windows-2019 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
28
28
go-version :
29
- - 1.14.x
30
29
- 1.15.x
31
30
- 1.16.x
31
+ - 1.17.x
32
32
fail-fast : false
33
33
34
34
runs-on : ${{ matrix.os }}
66
66
if : steps.cache-nvim.outputs.cache-hit != 'true' || steps.cache-nvim-windows.outputs.cache-hit != 'true'
67
67
with :
68
68
neovim : true
69
- version : nightly
69
+ version : v0.5.0
70
70
71
71
- name : gofmt
72
72
if : ${{ env.OS != 'windows' }}
Original file line number Diff line number Diff line change 1
1
module github.com/neovim/go-client
2
2
3
- go 1.14
3
+ go 1.15
Original file line number Diff line number Diff line change
1
+ //go:build ignore
1
2
// +build ignore
2
3
3
4
// Command apitool generates api.go from api_def.go. The command also has
You can’t perform that action at this time.
0 commit comments