Skip to content

Commit 3033ee8

Browse files
committed
update tests to use Go 1.23
1 parent 790a1c2 commit 3033ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
go: ['1.21','1.22']
30+
go: ['1.22','1.23']
3131
vim: ['vim-8.1', 'vim-8.2', 'nvim']
3232
steps:
3333
- name: setup Go

0 commit comments

Comments
 (0)