Skip to content

Commit 3a6c354

Browse files
authored
chore: add go 1.20 support (#274)
1 parent df5a09f commit 3a6c354

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-20.04
1616
strategy:
1717
matrix:
18-
go: ['1.16', '1.17', '1.18', '1.19']
18+
go: ['1.16', '1.17', '1.18', '1.19', '1.20']
1919
name: Go ${{ matrix.go }} test
2020
steps:
2121
- uses: actions/checkout@v3

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ Versions that also build are marked with :warning:.
9090
| <1.16 | :x: |
9191
| 1.16 | :warning: |
9292
| 1.17 | :warning: |
93-
| 1.18 | :white_check_mark: |
93+
| 1.18 | :warning: |
9494
| 1.19 | :white_check_mark: |
95+
| 1.20 | :white_check_mark: |
9596

9697
## Why another library
9798

0 commit comments

Comments
 (0)