Skip to content

Commit 2a62668

Browse files
committed
update to Go 1.24
1 parent 6adc82b commit 2a62668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
go: ['1.22','1.23']
30+
go: ['1.23','1.24']
3131
vim: ['vim-8.1', 'vim-8.2', 'nvim']
3232
steps:
3333
- name: setup Go

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 golang:1.22.3
1+
FROM --platform=linux/amd64 golang:1.24.1
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)