chore: drop go1.14 support

This commit is contained in:
Bogdan Ungureanu 2022-02-06 11:03:05 +02:00
parent 872c67c751
commit 934d120407
No known key found for this signature in database
GPG Key ID: B78F6C4F4B0C3908
1 changed files with 1 additions and 1 deletions

View File

@ -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