diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e313ad3b18..d39432929e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index e1c8d65731..ad87dbaedd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \