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:
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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments