File tree Expand file tree Collapse file tree 6 files changed +175
-125
lines changed Expand file tree Collapse file tree 6 files changed +175
-125
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
28
28
- name : Install Go
29
29
uses : actions/setup-go@v3
30
30
with :
31
- go-version : ' 1.19 .x'
31
+ go-version : ' 1.20 .x'
32
32
33
33
- name : Install nvim binary
34
34
uses : rhysd/action-setup-vim@v1
35
35
with :
36
36
neovim : true
37
- version : v0.7.2
37
+ version : v0.8.3
38
38
39
39
- name : Run Benchmark
40
40
run : |
Original file line number Diff line number Diff line change 25
25
- name : Set up Go
26
26
uses : actions/setup-go@v3
27
27
with :
28
- go-version : ' 1.19 .x'
28
+ go-version : ' 1.20 .x'
29
29
30
30
- name : Initialize CodeQL
31
31
uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
- macos-12 # https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
25
25
- windows-2022 # https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md
26
26
go-version :
27
- - 1.17.x
28
27
- 1.18.x
29
28
- 1.19.x
29
+ - 1.20.x
30
30
neovim-version :
31
- - v0.7.2
31
+ - v0.8.3
32
32
- nightly
33
33
fail-fast : false
34
34
You can’t perform that action at this time.
0 commit comments