mirror of https://github.com/fatedier/frp.git
build: add go1.8 and remove go1.5
This commit is contained in:
parent
f00a28598f
commit
307b74cc13
|
@ -2,9 +2,9 @@ sudo: false
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.5.4
|
||||
- 1.6.4
|
||||
- 1.7.4
|
||||
- 1.7.5
|
||||
- 1.8
|
||||
|
||||
install:
|
||||
- make
|
||||
|
|
Loading…
Reference in New Issue