chore: remove go 1.15 support (#259)

This commit is contained in:
Bogdan U 2023-03-20 23:36:21 +02:00 committed by GitHub
parent 703cabc5fb
commit a056fe7b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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