File tree 1 file changed +0
-32
lines changed
1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change 28
28
- name : Build
29
29
run : |
30
30
make test
31
- build_go118 :
32
- name : Linux Debug build (Go 1.18)
33
- runs-on : ubuntu-latest
34
- steps :
35
- - name : Checkout
36
- uses : actions/checkout@v4
37
- with :
38
- fetch-depth : 0
39
- - name : Setup Go
40
- uses : actions/setup-go@v4
41
- with :
42
- go-version : ~1.18
43
- continue-on-error : true
44
- - name : Build
45
- run : |
46
- make test
47
- build_go119 :
48
- name : Linux Debug build (Go 1.19)
49
- runs-on : ubuntu-latest
50
- steps :
51
- - name : Checkout
52
- uses : actions/checkout@v4
53
- with :
54
- fetch-depth : 0
55
- - name : Setup Go
56
- uses : actions/setup-go@v4
57
- with :
58
- go-version : ~1.19
59
- continue-on-error : true
60
- - name : Build
61
- run : |
62
- make test
63
31
build_go120 :
64
32
name : Linux Debug build (Go 1.20)
65
33
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments