chore: remove go 1.15 support (#259)
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|||||||
Reference in New Issue
Block a user