chore: drop go1.14 support
This commit is contained in:
parent
872c67c751
commit
934d120407
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.14.x', '1.15.x', '1.16.x', '1.17.x' ]
|
||||
go: [ '1.15.x', '1.16.x', '1.17.x' ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
|
|||
Loading…
Reference in New Issue