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
+1 -1
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