Skip to content

Commit

Permalink
update tests to use Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Aug 18, 2024
1 parent 790a1c2 commit c2a771e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
uses: actions/checkout@v2.1.0
- name: install vim
run: $GITHUB_WORKSPACE/scripts/install-vim vim-8.2
- name: install tools
run: $GITHUB_WORKSPACE/scripts/install-tools vim-8.2
- name: lint
run: $GITHUB_WORKSPACE/scripts/lint vim-8.2
test:
Expand All @@ -27,7 +25,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 c2a771e

Please sign in to comment.