chore: add go 1.19 to matrix build (#202)

* chore: add go 1.19 to matrix build

* try rc2

* use rc

* remove rc and update readme

* update ubuntu version
This commit is contained in:
Livio Spring 2022-08-08 15:02:36 +02:00 committed by GitHub
parent 94871afbcb
commit 0e7949b1a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -12,10 +12,10 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
go: ['1.15', '1.16', '1.17', '1.18'] go: ['1.15', '1.16', '1.17', '1.18', '1.19']
name: Go ${{ matrix.go }} test name: Go ${{ matrix.go }} test
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -29,7 +29,7 @@ jobs:
file: ./profile.cov file: ./profile.cov
name: codecov-go name: codecov-go
release: release:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
needs: [test] needs: [test]
if: ${{ github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }} if: ${{ github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }}
env: env:

View file

@ -90,8 +90,9 @@ Versions that also build are marked with :warning:.
| <1.15 | :x: | | <1.15 | :x: |
| 1.15 | :warning: | | 1.15 | :warning: |
| 1.16 | :warning: | | 1.16 | :warning: |
| 1.17 | :white_check_mark: | | 1.17 | :warning: |
| 1.18 | :white_check_mark: | | 1.18 | :white_check_mark: |
| 1.19 | :white_check_mark: |
## Why another library ## Why another library