Skip to content

Commit

Permalink
Merge pull request #3639 from bhcleek/go1.22
Browse files Browse the repository at this point in the history
update tests to use Go 1.22
  • Loading branch information
bhcleek committed Feb 13, 2024
2 parents 76cab33 + bd96e25 commit 0e97556
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 0e97556

Please sign in to comment.