File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
install-go-modules :
11
11
strategy :
12
12
matrix :
13
- go : ["1.23.x", "1.22.x", "1.21.x" ]
13
+ go : ["1.23.x", "1.22.x"]
14
14
15
15
runs-on : ubuntu-latest
16
16
28
28
test :
29
29
strategy :
30
30
matrix :
31
- go : ["1.23.x", "1.22.x", "1.21.x" ]
31
+ go : ["1.23.x", "1.22.x"]
32
32
runs-on : ubuntu-latest
33
33
34
34
steps :
62
62
- name : Setup Go
63
63
uses : actions/setup-go@v4
64
64
with :
65
- go-version : " 1.22 .x"
65
+ go-version : " 1.23 .x"
66
66
67
67
- name : Run coverage
68
68
run : make coverage
76
76
dist :
77
77
strategy :
78
78
matrix :
79
- go : ["1.23.x", "1.22.x", "1.21.x" ]
79
+ go : ["1.23.x", "1.22.x"]
80
80
runs-on : ubuntu-latest
81
81
needs : test
82
82
Original file line number Diff line number Diff line change 15
15
- name : Setup Go
16
16
uses : actions/setup-go@v4
17
17
with :
18
- go-version : 1.22 .x
18
+ go-version : 1.23 .x
19
19
20
20
- name : Install nfpm, rpmbuild
21
21
run : sudo make -f Makefile.tools nfpm-debian rpmbuild-debian
Original file line number Diff line number Diff line change 1
1
module github.com/segmentio/chamber/v3
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/alessio/shellescape v1.4.2
You can’t perform that action at this time.
0 commit comments