File tree 2 files changed +1
-33
lines changed
2 files changed +1
-33
lines changed Original file line number Diff line number Diff line change 30
30
- name : Build
31
31
run : |
32
32
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
65
33
build_go120 :
66
34
name : Linux Debug build (Go 1.20)
67
35
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
module github.com/sagernet/sing
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.9.0
You can’t perform that action at this time.
0 commit comments