Skip to content

Commit 7854cde

Browse files
committed
github/workflow: upgrade go version to go1.18 and drop 1.15 support
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent f84b4d6 commit 7854cde

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os:
2020
- ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
2121
go-version:
22-
- 1.17.x
22+
- 1.18.x
2323
runs-on: ${{ matrix.os }}
2424

2525
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
2727
- windows-2022 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md
2828
go-version:
29-
- 1.15.x
3029
- 1.16.x
3130
- 1.17.x
31+
- 1.18.x
3232
neovim-version:
3333
- v0.6.1
3434
- nightly

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/neovim/go-client
22

3-
go 1.15
3+
go 1.18

go.sum

Whitespace-only changes.

0 commit comments

Comments
 (0)