Build with "tip" version of Golang
This will give us early warning of changes in upstream Golang that may affect us. Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
This commit is contained in:
parent
5490399a5e
commit
1a296ecf35
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ language: go
|
|||
go:
|
||||
- 1.6
|
||||
- 1.7
|
||||
- tip
|
||||
|
||||
sudo: required
|
||||
|
||||
|
|
Loading…
Reference in a new issue