mirror of https://github.com/spf13/cast.git
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:
parent
160eccf352
commit
c9c46a1792
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue