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:
parent
94871afbcb
commit
0e7949b1a0
2 changed files with 5 additions and 4 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -12,10 +12,10 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
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
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
file: ./profile.cov
|
||||
name: codecov-go
|
||||
release:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [test]
|
||||
if: ${{ github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/main' }}
|
||||
env:
|
||||
|
|
|
@ -90,8 +90,9 @@ Versions that also build are marked with :warning:.
|
|||
| <1.15 | :x: |
|
||||
| 1.15 | :warning: |
|
||||
| 1.16 | :warning: |
|
||||
| 1.17 | :white_check_mark: |
|
||||
| 1.17 | :warning: |
|
||||
| 1.18 | :white_check_mark: |
|
||||
| 1.19 | :white_check_mark: |
|
||||
|
||||
## Why another library
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue