File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
autoload/go/test-fixtures/test/src/example Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- go : ['1.22 ','1.23 ']
30
+ go : ['1.23 ','1.24 ']
31
31
vim : ['vim-8.1', 'vim-8.2', 'nvim']
32
32
steps :
33
33
- name : setup Go
Original file line number Diff line number Diff line change 1
- FROM --platform=linux/amd64 golang:1.22.3
1
+ FROM --platform=linux/amd64 golang:1.24.1
2
2
3
3
RUN apt-get update -y --allow-insecure-repositories && \
4
4
apt-get install -y build-essential curl git libncurses5-dev python3-pip && \
Original file line number Diff line number Diff line change
1
+ package main
2
+
3
+ func HelloWorld () string {
4
+ return "not the hello you're looking for"
5
+ }
Original file line number Diff line number Diff line change 1
1
module vim-go.test/example
2
2
3
- go 1.16
3
+ go 1.24
You can’t perform that action at this time.
0 commit comments