mirror of
https://github.com/redis/go-redis.git
synced 2025-07-23 21:01:00 +03:00
Merge pull request #601 from AlekSi/patch-1
Use latest released Go versions
This commit is contained in:
@ -5,14 +5,14 @@ services:
|
||||
- redis-server
|
||||
|
||||
go:
|
||||
- 1.4
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.4.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: 1.4
|
||||
- go: 1.4.x
|
||||
- go: tip
|
||||
|
||||
install:
|
||||
|
Reference in New Issue
Block a user