mirror of
https://github.com/redis/go-redis.git
synced 2025-06-15 12:41:41 +03:00
Merge pull request #1867 from kishaningithub/patch-1
Add go 1.17 to the build matrix
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.15.x, 1.16.x]
|
go-version: [1.16.x, 1.17.x]
|
||||||
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
Reference in New Issue
Block a user