We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbe6dc commit 268c3b1Copy full SHA for 268c3b1
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix:
30
- go: ['1.24','1.25']
+ go: ['1.25','1.26']
31
vim: ['vim-8.2', 'vim-9.1', 'nvim']
32
steps:
33
- name: setup Go
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=linux/amd64 golang:1.25.6
+FROM --platform=linux/amd64 golang:1.26.0
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