1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-23 21:01:00 +03:00

Add go 1.17 to the build matrix

This commit is contained in:
Kishan B
2021-08-24 09:51:28 +05:30
committed by GitHub
parent db669da175
commit 83f70de29a

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.15.x, 1.16.x, 1.17.x]
services:
redis: