mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
travis: upgrade Go version to 1.10.1
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
296c538a80
commit
971ed2f5e2
@ -6,7 +6,7 @@ sudo: required
|
|||||||
services: docker
|
services: docker
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.10"
|
- 1.10.1
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
@ -30,7 +30,7 @@ matrix:
|
|||||||
- go: tip
|
- go: tip
|
||||||
env: TARGET=amd64-go-tip
|
env: TARGET=amd64-go-tip
|
||||||
exclude:
|
exclude:
|
||||||
- go: "1.10"
|
- go: 1.10.1
|
||||||
env: TARGET=amd64-go-tip
|
env: TARGET=amd64-go-tip
|
||||||
- go: tip
|
- go: tip
|
||||||
env: TARGET=amd64
|
env: TARGET=amd64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user