File tree Expand file tree Collapse file tree 2 files changed +1
-33
lines changed Expand file tree Collapse file tree 2 files changed +1
-33
lines changed Original file line number Diff line number Diff line change 3030 - name : Build
3131 run : |
3232 make test
33- build_go118 :
34- name : Linux Debug build (Go 1.18)
35- runs-on : ubuntu-latest
36- steps :
37- - name : Checkout
38- uses : actions/checkout@v4
39- with :
40- fetch-depth : 0
41- - name : Setup Go
42- uses : actions/setup-go@v4
43- with :
44- go-version : ~1.18
45- continue-on-error : true
46- - name : Build
47- run : |
48- make test
49- build_go119 :
50- name : Linux Debug build (Go 1.19)
51- runs-on : ubuntu-latest
52- steps :
53- - name : Checkout
54- uses : actions/checkout@v4
55- with :
56- fetch-depth : 0
57- - name : Setup Go
58- uses : actions/setup-go@v4
59- with :
60- go-version : ~1.19
61- continue-on-error : true
62- - name : Build
63- run : |
64- make test
6533 build_go120 :
6634 name : Linux Debug build (Go 1.20)
6735 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11module github.com/sagernet/sing
22
3- go 1.18
3+ go 1.20
44
55require (
66 github.com/stretchr/testify v1.9.0
You can’t perform that action at this time.
0 commit comments