Skip to content

Commit

Permalink
chore: add go 1.20 support (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlemmer committed Feb 6, 2023
1 parent df5a09f commit 3a6c354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit 3a6c354

Please sign in to comment.