remove rc and update readme

This commit is contained in:
Livio Spring 2022-08-05 11:00:17 +02:00 committed by GitHub
parent 87f7e07f59
commit 13433806c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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