Don't build with Go 1.0

Its cgo linker doesn't support statically linking C libraries.
This commit is contained in:
Carlos Martín Nieto 2014-06-07 19:14:11 +02:00
parent a2b14b5be4
commit 4b681f9207
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
language: go
go:
- 1.0
- 1.1
- 1.2
- tip