File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/setup-go@v3
12
12
with :
13
- go-version : 1.17
13
+ go-version : 1.19
14
14
15
15
- name : Checkout code
16
16
uses : actions/checkout@v3
24
24
strategy :
25
25
matrix :
26
26
go-version :
27
- - 1.17.x
28
27
- 1.18.x
28
+ - 1.19.x
29
29
platform :
30
30
- ubuntu-latest
31
31
- macos-latest
51
51
if : success()
52
52
uses : actions/setup-go@v3
53
53
with :
54
- go-version : 1.18 .x
54
+ go-version : 1.19 .x
55
55
56
56
- name : Checkout code
57
57
uses : actions/checkout@v3
@@ -62,13 +62,13 @@ jobs:
62
62
go test -v -covermode=count -coverprofile=coverage.out
63
63
64
64
- name : Convert coverage to lcov
65
- uses :
jandelgado/[email protected] .8
65
+ uses :
jandelgado/[email protected] .9
66
66
with :
67
67
infile : coverage.out
68
68
outfile : coverage.lcov
69
69
70
70
- name : Coveralls
71
- uses : coverallsapp/github-action@v1.0.1
71
+ uses : coverallsapp/github-action@1.1.3
72
72
with :
73
73
github-token : ${{ secrets.github_token }}
74
74
path-to-lcov : coverage.lcov
You can’t perform that action at this time.
0 commit comments