update golang versions used in CI
This commit is contained in:
parent
e7a360897d
commit
bc4a9b4370
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: ['1.13', '1.14', '1.15', '1.16']
|
||||
go: ['1.17', '1.18', '1.19', 'latest']
|
||||
|
||||
steps:
|
||||
- id: go
|
||||
|
|
Loading…
Reference in New Issue