Skip to content

Commit

Permalink
Merge pull request #622 from go-git/test-1.19
Browse files Browse the repository at this point in the history
.github: update go version
  • Loading branch information
mcuadros committed Nov 29, 2022
2 parents 0966a00 + 67fb0c0 commit 5132549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.18.x, 1.19.x]
platform: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -33,14 +33,14 @@ jobs:
run: make test-coverage

- name: Convert coverage to lcov
if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.14.x'
if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.19.x'
uses: jandelgado/gcov2lcov-action@v1.0.0
with:
infile: coverage.out
outfile: coverage.lcov

- name: Coveralls
if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.14.x'
if: matrix.platform == 'ubuntu-latest' && matrix.go-version == '1.19.x'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5132549

Please sign in to comment.