chore: remove go 1.15 support

This commit is contained in:
Bogdan Ungureanu 2023-03-20 23:35:40 +02:00
parent 703cabc5fb
commit 83bfe1c1d8
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.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