chore: add go 1.20 support (#274)

This commit is contained in:
Tim Möhlmann 2023-02-06 11:35:50 +02:00 committed by GitHub
parent df5a09f813
commit 3a6c3543e7
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-20.04
strategy:
matrix:
go: ['1.16', '1.17', '1.18', '1.19']
go: ['1.16', '1.17', '1.18', '1.19', '1.20']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3

View file

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