Skip to content

Commit

Permalink
Merge pull request #3681 from bhcleek/go1.23
Browse files Browse the repository at this point in the history
update tests to use Go 1.23
  • Loading branch information
bhcleek committed Aug 18, 2024
2 parents 790a1c2 + 3033ee8 commit f365d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.21','1.22']
go: ['1.22','1.23']
vim: ['vim-8.1', 'vim-8.2', 'nvim']
steps:
- name: setup Go
Expand Down

0 comments on commit f365d96

Please sign in to comment.