Skip to content

Commit

Permalink
update tests to use Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Feb 9, 2024
1 parent 76cab33 commit bd96e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.20','1.21']
go: ['1.21','1.22']
vim: ['vim-8.1', 'vim-8.2', 'nvim']
steps:
- name: setup Go
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.0
FROM golang:1.22.0

RUN apt-get update -y --allow-insecure-repositories && \
apt-get install -y build-essential curl git libncurses5-dev python3-pip && \
Expand Down

0 comments on commit bd96e25

Please sign in to comment.