Skip to content

Commit d2312de

Browse files
committed
chore: update go versions
all of the listed go versions prior to this change are no longer supported. this bumps to more recent versions.
1 parent 88285ee commit d2312de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- macos-13 # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
2525
- windows-2022 # https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md
2626
go-version:
27-
- 1.18.x
28-
- 1.19.x
29-
- 1.20.x
27+
- 1.22.x
28+
- 1.23.x
29+
- 1.24.x
3030
neovim-version:
3131
- v0.9.1
3232
- nightly

0 commit comments

Comments
 (0)