ci: add Go 1.19 and 1.20 to the build matrix

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2023-02-05 21:17:45 +01:00
parent 160eccf352
commit c9c46a1792
No known key found for this signature in database
GPG Key ID: 31AB0439F4C5C90E
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
go-version: ['1.16', '1.17', '1.18']
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20']
steps:
- name: Set up Go