mirror of https://github.com/go-redis/redis.git
Merge pull request #2056 from Aoang/add-go-1-18-support
Update Go version to v1.18
This commit is contained in:
commit
3f9f6166a4
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.16.x, 1.17.x]
|
||||
go-version: [1.17.x, 1.18.x]
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
|
Loading…
Reference in New Issue