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 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
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
22
33RUN apt-get update -y --allow-insecure-repositories && \
44 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 11module vim-go.test/example
22
3- go 1.16
3+ go 1.24
You can’t perform that action at this time.
0 commit comments