forked from mirror/redis
Remove go 1.15 from build matrix
This commit is contained in:
parent
83f70de29a
commit
3d2164ecb5
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.15.x, 1.16.x, 1.17.x]
|
||||
go-version: [1.16.x, 1.17.x]
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
|
Loading…
Reference in New Issue