File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : Checkout Source
16
16
uses : actions/checkout@v2
17
17
- name : Run Tests
18
- uses : cedrickring/golang-action@1.5.1
18
+ uses : cedrickring/golang-action@1.6.0
19
19
with :
20
20
args : make test
21
21
tests-go-1-14 :
26
26
- name : Checkout Source
27
27
uses : actions/checkout@v2
28
28
- name : Run Tests
29
- uses : cedrickring/golang-action/go1.14@1.5.1
29
+ uses : cedrickring/golang-action/go1.14@1.6.0
30
30
with :
31
31
args : make test
32
32
tests-go-1-13 :
37
37
- name : Checkout Source
38
38
uses : actions/checkout@v2
39
39
- name : Run Tests
40
- uses : cedrickring/golang-action/go1.13@1.5.1
40
+ uses : cedrickring/golang-action/go1.13@1.6.0
41
41
with :
42
42
args : make test
43
43
coverage :
49
49
- name : Checkout Source
50
50
uses : actions/checkout@v2
51
51
- name : Create Test Coverage
52
- uses : cedrickring/golang-action@1.5.1
52
+ uses : cedrickring/golang-action@1.6.0
53
53
with :
54
54
args : make test-coverage
55
55
- name : Upload Test Coverage
You can’t perform that action at this time.
0 commit comments