remove rc and update readme
This commit is contained in:
parent
87f7e07f59
commit
13433806c5
2 changed files with 3 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: ['1.15', '1.16', '1.17', '1.18', '1.19.0-rc.2']
|
||||
go: ['1.15', '1.16', '1.17', '1.18', '1.19']
|
||||
name: Go ${{ matrix.go }} test
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -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