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 3737 - name : Build
3838 run : |
3939 make test
40- build_go118 :
41- name : Linux Debug build (Go 1.18)
42- runs-on : ubuntu-latest
43- steps :
44- - name : Checkout
45- uses : actions/checkout@v4
46- with :
47- fetch-depth : 0
48- - name : Setup Go
49- uses : actions/setup-go@v4
50- with :
51- go-version : ~1.18
52- continue-on-error : true
53- - name : Build
54- run : |
55- make test
56- build_go119 :
57- name : Linux Debug build (Go 1.19)
58- runs-on : ubuntu-latest
59- steps :
60- - name : Checkout
61- uses : actions/checkout@v4
62- with :
63- fetch-depth : 0
64- - name : Setup Go
65- uses : actions/setup-go@v4
66- with :
67- go-version : ~1.19
68- continue-on-error : true
69- - name : Build
70- run : |
71- make test
7240 build_go120 :
7341 name : Linux Debug build (Go 1.20)
7442 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