Skip to content

Commit c7e8f49

Browse files
committed
Bump all versions
1 parent 344e498 commit c7e8f49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/go.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@v3
1212
with:
13-
go-version: 1.17
13+
go-version: 1.19
1414

1515
- name: Checkout code
1616
uses: actions/checkout@v3
@@ -24,8 +24,8 @@ jobs:
2424
strategy:
2525
matrix:
2626
go-version:
27-
- 1.17.x
2827
- 1.18.x
28+
- 1.19.x
2929
platform:
3030
- ubuntu-latest
3131
- macos-latest
@@ -51,7 +51,7 @@ jobs:
5151
if: success()
5252
uses: actions/setup-go@v3
5353
with:
54-
go-version: 1.18.x
54+
go-version: 1.19.x
5555

5656
- name: Checkout code
5757
uses: actions/checkout@v3
@@ -62,13 +62,13 @@ jobs:
6262
go test -v -covermode=count -coverprofile=coverage.out
6363
6464
- name: Convert coverage to lcov
65-
uses: jandelgado/[email protected].8
65+
uses: jandelgado/[email protected].9
6666
with:
6767
infile: coverage.out
6868
outfile: coverage.lcov
6969

7070
- name: Coveralls
71-
uses: coverallsapp/github-action@v1.0.1
71+
uses: coverallsapp/github-action@1.1.3
7272
with:
7373
github-token: ${{ secrets.github_token }}
7474
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)