chore: remove go 1.15 support (#259)
This commit is contained in:
parent
703cabc5fb
commit
a056fe7b58
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.15.x', '1.16.x', '1.17.x', '1.18.x' ]
|
||||
go: [ '1.16.x', '1.17.x', '1.18.x','1.19.x' ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
|
|||
Loading…
Reference in New Issue