We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adc82b commit 2a62668Copy full SHA for 2a62668
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix:
30
- go: ['1.22','1.23']
+ go: ['1.23','1.24']
31
vim: ['vim-8.1', 'vim-8.2', 'nvim']
32
steps:
33
- name: setup Go
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=linux/amd64 golang:1.22.3
+FROM --platform=linux/amd64 golang:1.24.1
2
3
RUN apt-get update -y --allow-insecure-repositories && \
4
apt-get install -y build-essential curl git libncurses5-dev python3-pip && \
0 commit comments