Skip to content

Commit 24528ad

Browse files
authored
Merge pull request #3738 from bhcleek/go1.26
update to Go 1.26
2 parents bdbe6dc + 268c3b1 commit 24528ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
go: ['1.24','1.25']
30+
go: ['1.25','1.26']
3131
vim: ['vim-8.2', 'vim-9.1', 'nvim']
3232
steps:
3333
- name: setup Go

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 golang:1.25.6
1+
FROM --platform=linux/amd64 golang:1.26.0
22

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

0 commit comments

Comments
 (0)