File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 install-go-modules :
1111 strategy :
1212 matrix :
13- go : ["1.24 .x", "1.23 .x", "1.22 .x"]
13+ go : ["1.25 .x", "1.24 .x", "1.23 .x"]
1414
1515 runs-on : ubuntu-latest
1616
2828 test :
2929 strategy :
3030 matrix :
31- go : ["1.24 .x", "1.23 .x", "1.22 .x"]
31+ go : ["1.25 .x", "1.24 .x", "1.23 .x"]
3232 runs-on : ubuntu-latest
3333
3434 steps :
6262 - name : Setup Go
6363 uses : actions/setup-go@v4
6464 with :
65- go-version : " 1.24 .x"
65+ go-version : " 1.25 .x"
6666
6767 - name : Run coverage
6868 run : make coverage
7676 dist :
7777 strategy :
7878 matrix :
79- go : ["1.24 .x", "1.23 .x", "1.22 .x"]
79+ go : ["1.25 .x", "1.24 .x", "1.23 .x"]
8080 runs-on : ubuntu-latest
8181 needs : test
8282
Original file line number Diff line number Diff line change 1515 - name : Setup Go
1616 uses : actions/setup-go@v4
1717 with :
18- go-version : 1.24 .x
18+ go-version : 1.25 .x
1919
2020 - name : Install nfpm, rpmbuild
2121 run : sudo make -f Makefile.tools nfpm-debian rpmbuild-debian
6565 - name : Setup Go
6666 uses : actions/setup-go@v4
6767 with :
68- go-version : 1.22 .x
68+ go-version : 1.25 .x
6969
7070 - name : Set up QEMU
7171 uses : docker/setup-qemu-action@v2
Original file line number Diff line number Diff line change 1- FROM golang:1.24 .4-alpine AS build
1+ FROM golang:1.25 .4-alpine AS build
22
33WORKDIR /go/src/github.com/segmentio/chamber
44COPY . .
You can’t perform that action at this time.
0 commit comments