Skip to content

Commit

Permalink
Bump all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed Oct 22, 2022
1 parent 344e498 commit f262fa9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19

- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -24,8 +24,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.17.x
- 1.18.x
- 1.19.x
platform:
- ubuntu-latest
- macos-latest
Expand All @@ -51,7 +51,7 @@ jobs:
if: success()
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x

- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -62,13 +62,13 @@ jobs:
go test -v -covermode=count -coverprofile=coverage.out
- name: Convert coverage to lcov
uses: jandelgado/[email protected].8
uses: jandelgado/[email protected].9
with:
infile: coverage.out
outfile: coverage.lcov

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

0 comments on commit f262fa9

Please sign in to comment.